diff --git a/lib/Makefile b/lib/Makefile index 7b97d33e..4cf298a1 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -32,11 +32,11 @@ #LDFLAGS = # Debug mode flags -CFLAGS = -g -DDEBUG -Wall +CFLAGS = -g -DDEBUG -Wall -fPIC LDFLAGS = -g # Profile mode flags -#CFLAGS = -O3 -pg -DDEBUG +#CFLAGS = -O3 -pg -DDEBUG -fPIC #LDFLAGS = -pg # Code Coverage with lcov flgs