projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
850eecd
)
Remove previously committed redundant change
author
Tobias Markus
<tobbi@mozilla-uk.org>
Fri, 13 Mar 2015 21:50:51 +0000
(22:50 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Fri, 13 Mar 2015 21:50:51 +0000
(22:50 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
c852121
..
65aade4
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-260,7
+260,6
@@
endif(COMPILER_SUPPORTS_CXX11)
IF(CMAKE_COMPILER_IS_GNUCC)
- ADD_DEFINITIONS(-D_USE_MATH_DEFINES -DNOMINMAX)
SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g" CACHE STRING "Debug flags")
SET(CMAKE_C_FLAGS_DEBUG "-O0 -g" CACHE STRING "Debug flags")
SET(CMAKE_CXX_FLAGS_PROFILE "-pg" CACHE STRING "Profile flags")