From 4e42f97c8f6b78dc7d5050b86c52a65e438b5a20 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 10 May 2018 06:38:50 +0800 Subject: [PATCH] Enable more compiler warnings on linux --- unixconf.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unixconf.pri b/unixconf.pri index 4ff3672b5..3d8a85b56 100644 --- a/unixconf.pri +++ b/unixconf.pri @@ -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