Skip to content

Commit

Permalink
Updating to Boost 1.55 fixes optimization issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpushkin committed Mar 25, 2014
1 parent 255af1c commit 34198fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/3rdParty/boost
Submodule boost updated from 26ab0a to f9270f
2 changes: 1 addition & 1 deletion dev/3rdParty/cmnkit
Submodule cmnkit updated from b69855 to c4b839
4 changes: 0 additions & 4 deletions dev/RemotePC.QT/RemotePC.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ clang {
QMAKE_CXXFLAGS_WARN_ON += -Wno-parentheses-equality
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-private-field

# Disable optimizations in release mode.
# As annoying as it sounds some clang optimizations break boost::asio.
QMAKE_CXXFLAGS_RELEASE -= -O2
}

QT += widgets
Expand Down

0 comments on commit 34198fc

Please sign in to comment.