twainui编译时禁用优化

This commit is contained in:
luoliangyi 2023-06-28 11:23:13 +08:00
parent 1963c091dc
commit d7a2d348ec
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ win32 {
CONFIG(release, debug|release) {
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_CFLAGS_RELEASE += /Od
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
}