From 1dc39b51e571fc7ba3ce731f75a9daa476c99c79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Sun, 13 Mar 2016 17:51:24 +0100 Subject: [PATCH] allow sanitize address option. --- aspt.pro | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1