# HG changeset patch # User František Kučera # Date 1535190279 -7200 # Node ID efe39602b34b6a2ec14dcb03d9c82618e55fe2ec # Parent 88e1bb50d00c725ec5d43bb4f92cd8769fb03665 add AddressSanitizer (ASan): -fsanitize=address diff -r 88e1bb50d00c -r efe39602b34b nbproject/Makefile-Debug.mk --- a/nbproject/Makefile-Debug.mk Mon Aug 13 20:38:41 2018 +0200 +++ b/nbproject/Makefile-Debug.mk Sat Aug 25 11:44:39 2018 +0200 @@ -42,8 +42,8 @@ CFLAGS= # CC Compiler Flags -CCFLAGS= -CXXFLAGS= +CCFLAGS=-fsanitize=address +CXXFLAGS=-fsanitize=address # Fortran Compiler Flags FFLAGS= diff -r 88e1bb50d00c -r efe39602b34b nbproject/configurations.xml --- a/nbproject/configurations.xml Mon Aug 13 20:38:41 2018 +0200 +++ b/nbproject/configurations.xml Sat Aug 25 11:44:39 2018 +0200 @@ -37,6 +37,9 @@ false + + -fsanitize=address +