hy3/compile_commands_bear.sh
2023-12-05 00:48:26 -08:00

4 lines
170 B
Bash
Executable file

rm -rf build
bear -- cmake --build build
cmake -DCMAKE_BUILD_TYPE=Debug -DHY3_NO_VERSION_CHECK=TRUE -B build
sed -i 's/-std=gnu++23/-std=gnu++2b/g' compile_commands.json