Skip to content

Commit

Permalink
Specify build type during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
HubLot authored Jan 29, 2024
1 parent 2f82f7b commit 96b5a9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ cmake -S . -B build -DCMAKE_INSTALL_PREFIX:PATH=/path/to/mddriver/installation -
# On Mac/Linux
cmake -S . -B build -DCMAKE_INSTALL_PREFIX:PATH=/path/to/mddriver/installation
cmake --build build
# Compilation
cmake --build build --config Release
cmake --install
```

Expand Down

0 comments on commit 96b5a9c

Please sign in to comment.