Skip to content

Commit

Permalink
README: add debug symbols to default build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 authored Sep 19, 2023
1 parent e838d02 commit d78b422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ $ cd instant-ngp

Then, use CMake to build the project: (on Windows, this must be in a [developer command prompt](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-160#developer_command_prompt))
```sh
instant-ngp$ cmake . -B build
instant-ngp$ cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
instant-ngp$ cmake --build build --config RelWithDebInfo -j
```

Expand Down

0 comments on commit d78b422

Please sign in to comment.