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

This commit is contained in:
2017-10-03 12:35:34 +00:00
parent 7ad19d72c5
commit fc04d04e9b
7 changed files with 20 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ if (DEFINED ANDROID_PLATFORM)
endif()
option(LIB "System install" 1)
option(DEBUG "Build with -g3" 0)
option(QGLVIEW "Build QGLview library and utils" 0)
option(QGLVIEW "Build QGLview library and utils" 1)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wall")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -Wall")
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")