mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Fix typo in CMakePresets
This commit is contained in:
parent
9699d63e70
commit
8f2b111c2b
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
"CMAKE_CXX_FLAGS_RELEASE": "-g0 -O3",
|
||||
"CMAKE_C_FLAGS_DEBUG": "-ggdb -Og",
|
||||
"CMAKE_CXX_FLAGS_DEBUG": "-ggdb -Og",
|
||||
"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_C_FLAGS_OPTIMIZED": "-march=native -mtune=native -O3 -ffp-contract=fast -flto",
|
||||
"CMAKE_CXX_FLAGS_OPTIMIZED": "-march=native -mtune=native -O3 -ffp-contract=fast -flto"
|
||||
},
|
||||
"hidden": true,
|
||||
"binaryDir": "build"
|
||||
|
|
Loading…
Reference in a new issue