Skip to content

Commit

Permalink
Debug flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 15, 2008
1 parent e7879b0 commit fe818e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doomsday/CMakeLists.txt
Expand Up @@ -440,6 +440,12 @@ IF (APPLE)
SET (CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.4u.sdk)
SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mmacosx-version-min=10.4" )
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mmacosx-version-min=10.4" )

IF (ENABLEDEBUG)
SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g" )
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g" )
ENDIF (ENABLEDEBUG)

#SET (CMAKE_LD_FLAGS "${LDFLAGS} /opt/local/lib/libpng12.a")
SET (BUILDSYSTEM MACOSX)

Expand Down

0 comments on commit fe818e7

Please sign in to comment.