Default to "build" binary directory for presets
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
"CMAKE_C_FLAGS_OPTIMIZED": "-march=native -mtune=native -O3 -ffp-contract=last -flto",
|
"CMAKE_C_FLAGS_OPTIMIZED": "-march=native -mtune=native -O3 -ffp-contract=last -flto",
|
||||||
"CMAKE_CXX_FLAGS_OPTIMIZED": "-march=native -mtune=native -O3 -ffp-contract=last -flto"
|
"CMAKE_CXX_FLAGS_OPTIMIZED": "-march=native -mtune=native -O3 -ffp-contract=last -flto"
|
||||||
},
|
},
|
||||||
"hidden": true
|
"hidden": true,
|
||||||
|
"binaryDir": "build"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "regular",
|
"name": "regular",
|
||||||
|
Reference in New Issue
Block a user