Skip to content

Commit

Permalink
pingviewer: Add speed compilation flag for msvc
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 25, 2019
1 parent b0d3336 commit 4589a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pingviewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RESOURCES += \
*msvc {
QMAKE_CXXFLAGS += /WX \
/wd4305 \ # Remove truncated warnings, msvc does not provide some non double values
/Ox \ # Enable speed optimizations

# Necessary for register changes in serial layer for timer latency
QMAKE_LFLAGS += /MANIFESTUAC:"level='requireAdministrator'"
Expand Down

0 comments on commit 4589a9b

Please sign in to comment.