From 729e0ef1be714d3406ca135e3552d1c7a49dd049 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Fri, 3 Oct 2014 18:01:05 +0200 Subject: [PATCH] remove address sanitizer to make it work --- natives/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/natives/Makefile b/natives/Makefile index f472ab27..19ffac44 100644 --- a/natives/Makefile +++ b/natives/Makefile @@ -2,7 +2,7 @@ JAVA_HOME=/usr/lib/jvm/default-java SYSTEM= $(shell uname | awk '{print tolower($$0)}') JAVAH?=javah CC?=gcc -CFLAGS?=-O3 -g -flto -Wall -Werror -Wextra -pedantic -fsanitize=address -fPIC +CFLAGS?=-O3 -g -flto -Wall -Werror -Wextra -pedantic -fPIC CFLAGS+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/$(SYSTEM) LDFLAGS?=-shared -- 2.39.2