diff options
| author | amelia squires <[email protected]> | 2024-09-08 05:13:11 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2024-09-08 05:13:11 -0500 |
| commit | eda53f915dc319cec7a4fe680734db87a113fe5e (patch) | |
| tree | 57368ce9ae49e89809171dc6ae85fde936a2b5f2 /makefile | |
| parent | 4523c0c2ae946e1e5c982a01c961d3aaacd7858a (diff) | |
| parent | 86fbbbc48b76436cddd08b04bd0d751c6e51d29f (diff) | |
merge rewrite-net-route-matching
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
|
