git-svn-id: svn://db.shs.com.ru/libs@216 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-05-16 13:06:55 +00:00
parent a37bb311b5
commit e7ea8e8166
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ include(QtProject.cmake)
if (LIBPROJECT)
include(../SDKMacros.cmake)
else()
option(LIB "System install" 0)
option(LIB "System install" 1)
option(DEBUG "Build with -g3" 0)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wall")
if (DEBUG)