From 110f16bcbed04cd28b62065968ffa409fe76cdcf Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 30 Aug 2017 01:31:57 -0400 Subject: Adding helper functions to x86 extension --- examples/x86_extension/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/x86_extension/Makefile') diff --git a/examples/x86_extension/Makefile b/examples/x86_extension/Makefile index 3fa1739b..1ee60891 100644 --- a/examples/x86_extension/Makefile +++ b/examples/x86_extension/Makefile @@ -28,7 +28,7 @@ SOURCES := $(shell find $(SRCDIR) -type f -name *.$(SRCEXT)) OBJECTS := $(patsubst $(SRCDIR)/%,$(BUILDDIR)/%,$(SOURCES:.$(SRCEXT)=.o)) src/asmx86/libasmx86.a LIBS := -L$(BINJAPATH) -lbinaryninjacore -CFLAGS := -c -std=gnu++11 -O2 -Wall -W -fPIC -pipe +CFLAGS := -c -std=gnu++11 -O2 -Wall -W -fPIC -pipe -Wno-unused-function all: $(TARGET) -- cgit v1.3.1