mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
4 lines
170 B
Bash
Executable file
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
|