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