mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
6 lines
162 B
Bash
Executable file
6 lines
162 B
Bash
Executable file
mkdir -p build
|
|
cd build
|
|
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
|
|
mv compile_commands.json ..
|
|
cd ..
|
|
sed -i 's/-std=gnu++23/-std=gnu++2b/g' compile_commands.json
|