Enable more compiler warnings on linux

This commit is contained in:
Chocobo1 2018-05-10 06:38:50 +08:00
parent 768262ae64
commit 4e42f97c8f
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -12,7 +12,7 @@ exists($$OUT_PWD/../conf.pri) {
# COMPILATION SPECIFIC
!nogui:dbus: QT += dbus
QMAKE_CXXFLAGS += -Wformat -Wformat-security
QMAKE_CXXFLAGS += -Wall -Wextra -Wpedantic -Wformat-security
!haiku: QMAKE_LFLAGS_APP += -rdynamic
# Man page