mirror of
https://github.com/outfoxxed/hy3.git
synced 2025-12-04 23:50:10 +00:00
5 lines
133 B
Bash
Executable File
5 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
|