MSVC: Remove debug_and_release

This commit is contained in:
Felix Kauselmann 2022-10-09 21:59:03 +02:00 committed by Luis Ángel San Martín
parent fa90982a2d
commit 2905b7dc29

View File

@ -3,7 +3,13 @@
# for a more detailed description, see INSTALL.TXT
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