Apparently MSVC needs EH enabled for SJLJ.
Change-Id: Ieab8157816237151dcfcf3eccfb3de177c4ad221 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
parent
25220223e6
commit
896fbe080c
|
@ -1,6 +1,8 @@
|
|||
include(llvm_installation.pri)
|
||||
include(../3rdparty/masm/masm-defs.pri)
|
||||
|
||||
CONFIG += exceptions
|
||||
|
||||
!llvm: DEFINES += QMLJS_NO_LLVM
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
|
Loading…
Reference in New Issue