updated readme with new compile arguments
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user