Skip to content

Commit

Permalink
Don't build in debug mode!
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed Aug 26, 2014
1 parent c033638 commit 8f323ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/cmake/OptionsHaiku.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif ()
if ("${CMAKE_BUILD_TYPE}" STREQUAL "debug" AND NOT SHARED_CORE)
message(FATAL_ERROR "Turn on the SHARED_CORE flag to make a debug build - e.g.\n build-webkit --haiku --debug --cmakeargs=\"-DSHARED_CORE=ON\".\n")
endif ()
ADD_DEFINITIONS(-UNDEBUG) # Uncomment this to get assertions in release mode.
#ADD_DEFINITIONS(-UNDEBUG) # Uncomment this to get assertions in release mode.

FIND_PACKAGE(Sqlite REQUIRED)
FIND_PACKAGE(LibXml2 2.8.0 REQUIRED)
Expand Down

0 comments on commit 8f323ce

Please sign in to comment.