cmake: actually add the Optimized build type

This commit is contained in:
David Hrdlička
2021-08-29 15:22:19 +02:00
parent 98c344729d
commit df93b11d45

View File

@@ -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",