[Marble-commits] KDE/kdeedu/marble
Thibaut Gridel
tgridel at free.fr
Sat Aug 15 10:51:01 CEST 2009
SVN commit 1011600 by tgridel:
too much committed
M +1 -3 CMakeLists.txt
--- trunk/KDE/kdeedu/marble/CMakeLists.txt #1011599:1011600
@@ -145,7 +145,6 @@
# Will removed in feature after success
#add_definitions(-DKML_DEBUG)
#add_definitions(-DKML_GSOC)
-add_definitions(-DDUMP_PARENT_STACK)
####################################################
# Where to look first for cmake modules,
@@ -223,8 +222,7 @@
# In pedantic mode, enable warnings, halt compile on warnings
# Its good programming practice to build with no warnings....
if (PEDANTIC)
- ADD_DEFINITIONS( -g -ansi
- -W -Wall -Werror -Wundef
+ ADD_DEFINITIONS( -W -Wall -Werror -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual
-Wno-long-long -Wchar-subscripts
-Wcast-align -Wpointer-arith -Wformat-security )
More information about the Marble-commits
mailing list