mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
x2t build debug (windows errors)
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@67378 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
2005efd645
commit
c601659cf7
@ -14,6 +14,9 @@ CONFIG += c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -14,6 +14,9 @@ CONFIG += c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -14,6 +14,9 @@ CONFIG += c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -14,6 +14,9 @@ CONFIG += c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -14,6 +14,9 @@ CONFIG += c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -15,6 +15,9 @@ win32 {
|
||||
#todo accentbordercallout90type, вернуть inline оптимизацию Ob2
|
||||
QMAKE_CXXFLAGS_RELEASE += -Ob0
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -14,6 +14,9 @@ CONFIG += c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -13,6 +13,9 @@ CONFIG += staticlib
|
||||
CONFIG += c++11
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -14,6 +14,9 @@ CONFIG += c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
@ -14,6 +14,9 @@ CONFIG += c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
|
||||
CONFIG(debug, debug|release) {
|
||||
QMAKE_CXXFLAGS += /bigobj
|
||||
}
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wno-ignored-qualifiers
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user