~nemh/systemback/devel

« back to all changes in this revision

Viewing changes to sbsustart/sbsustart.pro

  • Committer: Kende Krisztián
  • Date: 2016-05-14 11:52:16 UTC
  • Revision ID: nemh@freemail.hu-20160514115216-xy997kzalzvompz3
Disable some extra compiler warnings in release mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
                  -fvisibility-inlines-hidden \
24
24
                  -fno-asynchronous-unwind-tables
25
25
 
26
 
QMAKE_CXXFLAGS_WARN_ON += -Wextra \
27
 
                          -Wshadow \
28
 
                          -Werror
 
26
CONFIG(debug, debug|release) {
 
27
    QMAKE_CXXFLAGS_WARN_ON += -Wextra \
 
28
                              -Wshadow \
 
29
                              -Werror
 
30
}
29
31
 
30
32
QMAKE_LFLAGS += -g \
31
33
                -Wl,-rpath=/usr/lib/systemback \