mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Extract DEFINES += NOMINMAX into common config.pri
This commit is contained in:
committed by
Luis Ángel San Martín
parent
ca7be7cc2d
commit
b0b0849cbc
@ -5,6 +5,8 @@
|
||||
CONFIG += c++17
|
||||
win32:QMAKE_CXXFLAGS += /std:c++17 #enable c++17 explicitly in msvc
|
||||
|
||||
DEFINES += NOMINMAX
|
||||
|
||||
if(unix|mingw):QMAKE_CXXFLAGS_RELEASE += -DNDEBUG
|
||||
win32:msvc:QMAKE_CXXFLAGS_RELEASE += /DNDEBUG
|
||||
|
||||
|
Reference in New Issue
Block a user