changeset 256:0e3a36ba8736

PIC
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 02 Feb 2018 11:44:51 +0000
parents e8a5d7443b09
children 944e699a4068
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Oct 10 13:49:22 2017 +0100
+++ b/Makefile	Fri Feb 02 11:44:51 2018 +0000
@@ -4,7 +4,7 @@
 
 INCFLAGS	:= -Iext -Iext/sord -Iext/serd -I$(VAMPSDK_DIR) -I. -I/usr/local/include
 
-OPTFLAGS	:= -O3
+OPTFLAGS	:= -O3 -fPIC
 
 CFLAGS		:= -Wall -std=c99 $(OPTFLAGS) $(INCFLAGS)
 CXXFLAGS	:= -Wall -Wextra -Werror -Wno-error=unused-parameter -std=c++11 $(OPTFLAGS) $(INCFLAGS)