Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Incompact3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s2006749
Incompact3d
Commits
a7c19a56
Unverified
Commit
a7c19a56
authored
2 months ago
by
Stefano Rolfo
Committed by
GitHub
2 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #331 from xcompact3d/mathrack-dev-debg
Use DEBG only for dev builds
parents
e174c5ce
87988ffd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/X3D_Compilers.cmake
+2
-2
2 additions, 2 deletions
cmake/X3D_Compilers.cmake
with
2 additions
and
2 deletions
cmake/X3D_Compilers.cmake
+
2
−
2
View file @
a7c19a56
...
...
@@ -8,11 +8,11 @@ message(STATUS "Fortran compiler version ${CMAKE_Fortran_COMPILER_VERSION}")
set
(
CMAKE_Fortran_PREPROCESS ON
)
if
(
CMAKE_BUILD_TYPE MATCHES
"DEBUG"
)
add_definitions
(
"-DDEBUG
-DDEBG
"
)
add_definitions
(
"-DDEBUG"
)
endif
(
CMAKE_BUILD_TYPE MATCHES
"DEBUG"
)
if
(
CMAKE_BUILD_TYPE MATCHES
"DEV"
)
message
(
FATAL_ERROR
"The code is not ready for DEV builds
"
)
add_definitions
(
"-DDEBUG -DDEBG
"
)
endif
(
CMAKE_BUILD_TYPE MATCHES
"DEV"
)
if
(
ENABLE_INPLACE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment