mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-16 03:03:40 +01:00
9 lines
154 B
Bash
9 lines
154 B
Bash
|
rm -rf build
|
||
|
mkdir -p build
|
||
|
cd build
|
||
|
cmake ..
|
||
|
bear -- make
|
||
|
mv compile_commands.json ..
|
||
|
cd ..
|
||
|
sed -i 's/-std=gnu++23/-std=gnu++2b/g' compile_commands.json
|