From 962763916d301cee21fa675d6743ced871c53fa1 Mon Sep 17 00:00:00 2001 From: jadebenn Date: Tue, 30 Jan 2024 22:00:49 -0600 Subject: [PATCH] export the compile commands so I can see if they're having any effect --- CMakePresets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index e15d4a7d..f4b173af 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -36,7 +36,8 @@ }, "cacheVariables": { "CMAKE_BUILD_TYPE": "Release", - "CMAKE_CXX_FLAGS_INIT": "/W3 /Zc:inline" + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", + "CMAKE_CXX_FLAGS_INIT": "/O2 /Zc:inline" } }, {