Browse Source

Merge pull request #8893 from Chocobo1/warning

Enable more compiler warnings on linux
adaptive-webui-19844
Mike Tzou 6 years ago committed by GitHub
parent
commit
1000b1a6fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      unixconf.pri

2
unixconf.pri

@ -12,7 +12,7 @@ exists($$OUT_PWD/../conf.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

Loading…
Cancel
Save