Skip to content

Commit

Permalink
add note about release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jul 11, 2024
1 parent df63389 commit 95ef70c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ cd build
cmake .. -A x64
cmake --build .
:: built analyzer will be located at SampleAnalyzer\build\Analyzers\Debug\SimpleSerialAnalyzer.dll
:: use the release build when sharing your analyzer! debug builds only work on your machine.
cmake --build . --config Release
:: release built analyzer will be located at SampleAnalyzer\build\Analyzers\Release\SimpleSerialAnalyzer.dll
```

### MacOS
Expand Down

0 comments on commit 95ef70c

Please sign in to comment.