mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Enable more compiler warnings on linux
This commit is contained in:
parent
768262ae64
commit
4e42f97c8f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ exists($$OUT_PWD/../conf.pri) {
|
||||||
# COMPILATION SPECIFIC
|
# COMPILATION SPECIFIC
|
||||||
!nogui:dbus: QT += dbus
|
!nogui:dbus: QT += dbus
|
||||||
|
|
||||||
QMAKE_CXXFLAGS += -Wformat -Wformat-security
|
QMAKE_CXXFLAGS += -Wall -Wextra -Wpedantic -Wformat-security
|
||||||
!haiku: QMAKE_LFLAGS_APP += -rdynamic
|
!haiku: QMAKE_LFLAGS_APP += -rdynamic
|
||||||
|
|
||||||
# Man page
|
# Man page
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue