diff options
Diffstat (limited to 'plugins/Makefile')
-rw-r--r-- | plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile b/plugins/Makefile index 145500c..03501e4 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Wextra -std=c11 -fwrapv -I.. +CFLAGS = -Wall -Wextra -std=c11 -fwrapv -I.. -fPIC ifneq ($(DEBUG),) CFLAGS += -g else |