mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Moved compiler flags for warnings to retroshare.pri
This commit is contained in:
parent
3aaf1cd4d0
commit
c0e3e9b4e4
8 changed files with 16 additions and 34 deletions
|
@ -53,10 +53,6 @@ win32 {
|
|||
LIBS += -L"$$OUT_PWD/../../libretroshare/src/lib" -lretroshare
|
||||
}
|
||||
|
||||
# Switch on extra warnings
|
||||
QMAKE_CFLAGS += -Wextra
|
||||
QMAKE_CXXFLAGS += -Wextra
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
} else {
|
||||
# Tell linker to use ASLR protection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue