pkubat / rpms / pgRouting

Forked from rpms/pgRouting 5 years ago
Clone
Blob Blame History Raw
--- CMakeLists.txt.override_custom_cflags	2008-09-04 04:21:23.000000000 +0200
+++ CMakeLists.txt	2010-11-12 20:06:59.959005761 +0100
@@ -85,9 +85,6 @@
   LINK_LIBRARIES(postgres)
 ENDIF(WIN32)
 
-SET(CMAKE_C_FLAGS "-O2 -g")
-SET(CMAKE_CXX_FLAGS "-O2 -g")
-
 # Recurse into the subdirectories.  This does not actually
 # cause another cmake executable to run.  The same process will walk through
 # the project's entire directory structure.