updated readme with new compile arguments

This commit is contained in:
2026-03-04 11:21:53 +01:00
parent c14d9b54de
commit 8e14a71eb6

View File

@@ -9,5 +9,6 @@ Generate a visual studio 2026 solution and build from there:
`cmake -G "Visual Studio 18 2026" -A x64`
## linux:
`cmake -B build -DCMAKE_BUILD_TYPE=Debug`
`cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
`ln -sf build/compile_commands.json compile_commands.json`
`cmake --build build -j`