hy3/compile_commands_bear.sh
outfoxxed 399da472a0
Fix hyprload instructions in readme
Also use cmake directly to build
2023-04-19 10:51:30 -07:00

4 lines
133 B
Bash
Executable file

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