mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
MSVC: Remove debug_and_release
This commit is contained in:
parent
fa90982a2d
commit
2905b7dc29
@ -3,7 +3,13 @@
|
|||||||
# for a more detailed description, see INSTALL.TXT
|
# for a more detailed description, see INSTALL.TXT
|
||||||
|
|
||||||
CONFIG += c++17
|
CONFIG += c++17
|
||||||
win32:QMAKE_CXXFLAGS += /std:c++17 /Zc:__cplusplus /permissive- #enable c++17 explicitly in msvc
|
|
||||||
|
win32 {
|
||||||
|
#enable c++17 explicitly in msvc
|
||||||
|
QMAKE_CXXFLAGS += /std:c++17 /Zc:__cplusplus /permissive-
|
||||||
|
CONFIG -= debug_and_release
|
||||||
|
!CONFIG(Release):!CONFIG(Debug):CONFIG += Release
|
||||||
|
}
|
||||||
|
|
||||||
DEFINES += NOMINMAX
|
DEFINES += NOMINMAX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user