Explorar o código

change flags for borland

Bill Hoffman %!s(int64=23) %!d(string=hai) anos
pai
achega
69806d705a
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      Modules/Platform/Windows-bcc32.cmake

+ 4 - 1
Modules/Platform/Windows-bcc32.cmake

@@ -77,7 +77,10 @@ SET (CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-O1")
 SET (CMAKE_CXX_FLAGS_RELEASE_INIT "-O2")
 SET (CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-Od")
 SET (CMAKE_C_FLAGS_INIT "-w- -whid -waus -tWM")
-
+SET (CMAKE_C_FLAGS_DEBUG_INIT "-Od -v")
+SET (CMAKE_C_FLAGS_MINSIZEREL_INIT "-O1")
+SET (CMAKE_C_FLAGS_RELEASE_INIT "-O2")
+SET (CMAKE_C_FLAGS_RELWITHDEBINFO_INIT "-Od")
 
 SET (CMAKE_EXE_LINKER_FLAGS_INIT "-tWM")
 SET (CMAKE_EXE_LINKER_FLAGS_DEBUG_INIT "-v")