Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
c961d453
Commit
c961d453
authored
Apr 09, 2010
by
Christopher Bruns
Browse files
Default CMAKE_BUILD_TYPE to Release, not Debug
parent
4de1df08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
c961d453
...
...
@@ -99,7 +99,7 @@ IF (APPLE)
ENDIF
(
APPLE
)
IF
(
UNIX AND NOT CMAKE_BUILD_TYPE
)
SET
(
CMAKE_BUILD_TYPE
Debug
CACHE STRING
"Debug or Release build"
FORCE
)
SET
(
CMAKE_BUILD_TYPE
Release
CACHE STRING
"Debug or Release build"
FORCE
)
ENDIF
(
UNIX AND NOT CMAKE_BUILD_TYPE
)
IF
(
NOT CMAKE_CXX_FLAGS_DEBUG
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment