changed 'Release' build type to 'Optimized' and removed the default -O2 flags

This commit is contained in:
Markus Makela
2014-09-24 12:58:44 +03:00
parent a0a7a29877
commit 9c61dcebaa
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ macro(set_variables)
set(INSTALL_DIR "/usr/local/skysql/maxscale/" CACHE PATH "MaxScale installation directory.")
# Build type
set(BUILD_TYPE "Release" CACHE STRING "Build type, possible values are:None (no optimization), Debug, Release.")
set(BUILD_TYPE "None" CACHE STRING "Build type, possible values are:None, Debug, Optimized.")
# hostname or IP address of MaxScale's host
set(TEST_HOST "127.0.0.1" CACHE STRING "hostname or IP address of MaxScale's host")