Skip to content

Commit

Permalink
Docker README: use RelWithDebInfo build type by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 authored Sep 23, 2023
1 parent 044bb02 commit 7efd689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Without GUI.

```sh
cmake -DNGP_BUILD_WITH_GUI=off ./ -B ./build
cmake -DNGP_BUILD_WITH_GUI=off ./ -B ./build -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build --config RelWithDebInfo -j 16
```

Expand All @@ -28,6 +28,6 @@ xhost +x
```
Build the project inside the docker container.
```sh
cmake ./ -B ./build
cmake ./ -B ./build -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build --config RelWithDebInfo -j 16
```
```

0 comments on commit 7efd689

Please sign in to comment.