changeset 88:201684eb20ee

-O is back
author maxter
date Tue, 26 May 2009 11:26:50 +0000
parents f46133029d8b
children 8a4e85876ea8
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue May 26 10:59:07 2009 +0000
+++ b/CMakeLists.txt	Tue May 26 11:26:50 2009 +0000
@@ -114,7 +114,7 @@
 endif (${CMAKE_BUILD_TYPE} MATCHES [dD][eE][bB][uU][gG])  
 if (${CMAKE_BUILD_TYPE} MATCHES [rR][eE][lL][eE][aA][sS])
     #add_definitions(-UNO_DEBUG)
-    set(D_FLAGS ${D_FLAGS} -release -inline)
+    set(D_FLAGS ${D_FLAGS} -O -release)
     if(D_IS_MARS)
 	set(D_FLAGS ${D_FLAGS} -inline)
     elseif(D_IS_LLVM)