diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-03-08 12:08:54 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-03-08 12:08:54 -0600 |
commit | a1edc8320b6fc219c03ee9433b630310bbdbd91c (patch) | |
tree | a12c441b4dabe680f8700d615d36e0bb44d36017 /src/Makefile | |
parent | 967c7fc4273e93397af143902992226de9bb616b (diff) | |
download | sddm-a1edc8320b6fc219c03ee9433b630310bbdbd91c.tar.gz sddm-a1edc8320b6fc219c03ee9433b630310bbdbd91c.tar.bz2 sddm-a1edc8320b6fc219c03ee9433b630310bbdbd91c.zip |
remove -fsanitize=address from Makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 7a78f14..5a491c6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') -CFLAGS=-fsanitize=address -fdiagnostics-color -O2 -Wall -g -DSWAP_BYTES -LDLIBS=-fsanitize=address -fdiagnostics-color -lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ +CFLAGS=-fdiagnostics-color -O2 -Wall -g -DSWAP_BYTES +LDLIBS=-fdiagnostics-color -lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ all: test test-vector test-likelihood fit test-charge test-path calculate-csda-range test-time-pdf test-zebra test-find-peaks |