mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 08:25:53 -04:00
Merge pull request #2545 from thunder2/warnings
Moved compiler flags for warnings to retroshare.pri
This commit is contained in:
commit
068aa7b7ec
8 changed files with 16 additions and 34 deletions
|
@ -217,10 +217,6 @@ win32-g++|win32-clang-g++ {
|
|||
CONFIG -= console
|
||||
}
|
||||
|
||||
# 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