Skip to content

Commit

Permalink
Update Windows build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarnp committed Nov 6, 2022
1 parent 23c0080 commit 0e86c90
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 @@ -77,7 +77,7 @@ c++ -stdlib=libc++ -mmacosx-version-min=10.8 -std=c++11 -DTRACY_ENABLE -O2 -dyna
```
### Windows
```sh
cl -MT -O2 -DTRACY_ENABLE -c tracy\TracyClient.cpp -Fotracy
cl -MT -O2 -DTRACY_ENABLE -c tracy\public\TracyClient.cpp -Fotracy
lib tracy.obj
```
### Linux
Expand Down

0 comments on commit 0e86c90

Please sign in to comment.