From 7c137f13f96de49a858187a9d52eeb4dd036893e Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 19 Apr 2023 20:28:56 -0700 Subject: [PATCH] Fix compile_commands_bear.sh --- compile_commands_bear.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_commands_bear.sh b/compile_commands_bear.sh index d4105c6..8803482 100755 --- a/compile_commands_bear.sh +++ b/compile_commands_bear.sh @@ -1,4 +1,4 @@ rm -rf build -cmake -DCMAKE_BUILD_TYPE=Debug +cmake -DCMAKE_BUILD_TYPE=Debug -B build bear -- cmake --build build sed -i 's/-std=gnu++23/-std=gnu++2b/g' compile_commands.json