diff --git a/CMakePresets.json b/CMakePresets.json index 8fc5f21a1..843727936 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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 @@ } } ] -} \ No newline at end of file +}