diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2016-12-26 14:41:02 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2016-12-26 15:03:34 +0100 |
commit | 2f19f2e85746eca309ae5e355e1ff860c62ec11d (patch) | |
tree | bbce4729436a9a346417559082abfcf42ca28556 /plugins/Makefile | |
parent | ed2b3a38ec05c566c645dc2aabfd513edff8d63b (diff) |
Compile on linux
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 |