cmake: actually add the Optimized build type
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
{
|
||||
"name": "flags-base",
|
||||
"cacheVariables": {
|
||||
"CMAKE_CONFIGURATION_TYPES": "Debug;Release;Optimized",
|
||||
"CMAKE_C_FLAGS": "-msse2 -mfpmath=sse -fomit-frame-pointer -mstackrealign -Wall -fno-strict-aliasing",
|
||||
"CMAKE_CXX_FLAGS": "-msse2 -mfpmath=sse -fomit-frame-pointer -mstackrealign -Wall -fno-strict-aliasing",
|
||||
"CMAKE_C_FLAGS_RELEASE": "-g0 -O3",
|
||||
|
Reference in New Issue
Block a user