diff options
Diffstat (limited to 'CMakePresets.json')
-rw-r--r-- | CMakePresets.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json new file mode 100644 index 0000000..1af56be --- /dev/null +++ b/CMakePresets.json @@ -0,0 +1,23 @@ +{ + "version": 3, + "configurePresets": [ + { + "name": "default", + "generator": "Ninja", + "cacheVariables": { + "CONAN_DISABLE_CHECK_COMPILER": { + "type": "BOOL", + "value": true + }, + "CMAKE_C_FLAGS": { + "type": "STRING", + "value": "-fuse-ld=mold" + }, + "CMAKE_CXX_FLAGS": { + "type": "STRING", + "value": "-fuse-ld=mold" + } + } + } + ] +}
\ No newline at end of file |