1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Disable exceptions support

With -fno-exceptions

Now if we could just get -fno-rtti
This commit is contained in:
tux3 2015-05-14 21:52:13 +02:00
parent 8568a6b94e
commit 63fe107c2e

View File

@ -36,6 +36,8 @@ FORMS += \
CONFIG += c++11
QMAKE_CXXFLAGS += -fno-exceptions
# Rules for creating/updating {ts|qm}-files
include(translations/i18n.pri)
# Build all the qm files now, to make RCC happy