mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Merge pull request #8893 from Chocobo1/warning
Enable more compiler warnings on linux
This commit is contained in:
commit
1000b1a6fc
@ -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…
x
Reference in New Issue
Block a user