Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Sep 7, 2018
1 parent f53ae8a commit 2994714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msvc-reduce-qt-binary-file-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
```

- Disable RTTI

change `qtbase\mkspecs\common\msvc-desktop.conf`
```bat
QMAKE_CXXFLAGS_RTTI_ON =
Expand All @@ -25,6 +26,7 @@
- Use shared MSVCRT library(-MD, default)

- Disable C/C++ exception

change `qtbase\mkspecs\common\msvc-desktop.conf`
```bat
QMAKE_CXXFLAGS_STL_ON =
Expand Down

0 comments on commit 2994714

Please sign in to comment.