From: Jan Čermák Date: Sun, 13 Mar 2016 16:51:24 +0000 (+0100) Subject: allow sanitize address option. X-Git-Url: https://git.johniez.cz/?p=aspt.git;a=commitdiff_plain;h=1dc39b51e571fc7ba3ce731f75a9daa476c99c79 allow sanitize address option. --- diff --git a/aspt.pro b/aspt.pro index 102ebe7..1475f23 100755 --- a/aspt.pro +++ b/aspt.pro @@ -1,4 +1,6 @@ CONFIG += qt release +QMAKE_CXXFLAGS += -fsanitize=address +QMAKE_LFLAGS += -lasan SOURCES += main.cc mainwindow.cc configtab.cc playertab.cc playerdetail.cc staffmember.cc stafftab.cc stadiumtab.cc clubtab.cc loadtab.cc proxyset.cc abouttab.cc performance.cc HEADERS += mainwindow.h configtab.h playertab.h playerdetail.h staffmember.h stafftab.h stadiumtab.h clubtab.h loadtab.h proxyset.h abouttab.h performance.h QT += xml network