Merge pull request #1646 from Cacodemon345/patch-2

Default to "build" binary directory for presets
This commit is contained in:
Miran Grča
2021-09-02 20:16:39 +02:00
committed by GitHub

View File

@@ -19,7 +19,8 @@
"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"
},
"hidden": true
"hidden": true,
"binaryDir": "build"
},
{
"name": "regular",
@@ -70,4 +71,4 @@
}
}
]
}
}