Skip to content

Commit

Permalink
Add C++11 flag into Virtuozzo.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
Efim Shevrin committed Jan 27, 2021
1 parent 604ae8f commit d1c67a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Virtuozzo.pri
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ win32:DEFINES += "SUPPORT_ASM_MS"
linux-*:DEFINES += "_LIN_=1"
linux-*:QMAKE_CXXFLAGS += -fno-strict-aliasing

# Add C++11 support
QMAKE_CXXFLAGS += -std=c++11

# Release/Debug detection defines
CONFIG(debug, debug|release) {
DEFINES += _DEBUG
Expand Down

0 comments on commit d1c67a5

Please sign in to comment.