aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2024-09-08 05:13:11 -0500
committeramelia squires <[email protected]>2024-09-08 05:13:11 -0500
commite9cb2e0f75cbfa6bde188b9e043ebfd8d30b9451 (patch)
tree57368ce9ae49e89809171dc6ae85fde936a2b5f2 /makefile
parent6ca752754556c44c485c4534b5f3453c7a1490c7 (diff)
parentab5c24cd0eb59b704cf98d388338293db3768c81 (diff)
merge rewrite-net-route-matching
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index dcd7451..086ee34 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@ CC := clang
GIT_COMMIT := "$(shell git describe --tags)-$(shell git describe --always --match 'NOT A TAG')"
-CFLAGS := -DGIT_COMMIT='$(GIT_COMMIT)' -Wall
+CFLAGS := -fPIC -DGIT_COMMIT='$(GIT_COMMIT)'
LFLAGS := -lm -shared
LINKER := $(CC)