From 3827b912c7090314bb011fe6c1ccfaf0d33fc678 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 2 Jan 2020 08:39:29 +0100 Subject: compile fixes --- libdislocator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdislocator') diff --git a/libdislocator/Makefile b/libdislocator/Makefile index dae187e5..279667a1 100644 --- a/libdislocator/Makefile +++ b/libdislocator/Makefile @@ -18,8 +18,8 @@ HELPER_PATH = $(PREFIX)/lib/afl VERSION = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2) -CFLAGS ?= -O3 -funroll-loops -I ../include/ -CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign +CFLAGS ?= -O3 -funroll-loops +CFLAGS += -I ../include/ -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign ifdef USEHUGEPAGE CFLAGS += -DUSEHUGEPAGE -- cgit 1.4.1