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

3 lines
168 B
Bash
Executable file

cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build
mv build/compile_commands.json .
sed -i 's/-std=gnu++23/-std=gnu++2b/g' compile_commands.json