Commit 7b801b431671a3c8937837e4f252947860e5d382

Thomas de Grivel 2020-02-06T22:35:42

remove unsupported option

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.am b/Makefile.am
index d7ca8ee..0ee62bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ include_HEADERS =
 lib_LTLIBRARIES =
 
 if DEBUG
-AM_CFLAGS = -DDEBUG -O0 -ggdb -fsanitize=address
+AM_CFLAGS = -DDEBUG -O0 -ggdb
 else
 AM_CFLAGS = -DNDEBUG -O2
 endif