mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
Enable /std:c++17 for msvc
This commit is contained in:
parent
4dd945c3a6
commit
aeb64281e7
@ -3,6 +3,7 @@
|
||||
# for a more detailed description, see INSTALL.TXT
|
||||
|
||||
CONFIG += c++17
|
||||
win32:QMAKE_CXXFLAGS += /std:c++17 #enable c++17 explicitly in msvc
|
||||
|
||||
unix:QMAKE_CXXFLAGS_RELEASE += -DNDEBUG
|
||||
win32:QMAKE_CXXFLAGS_RELEASE += /DNDEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user