aboutsummaryrefslogtreecommitdiffstats
path: root/src/so.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/so.mk')
-rw-r--r--src/so.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/so.mk b/src/so.mk
index 8787c71b8..e464a7bff 100644
--- a/src/so.mk
+++ b/src/so.mk
@@ -11,7 +11,7 @@ OBJS := $(SRCS:.c=.o) $(MOD_OBJS)
11 11
12SO_CFLAGS = \ 12SO_CFLAGS = \
13 -ggdb -O2 -DVERSION='"$(VERSION)"' \ 13 -ggdb -O2 -DVERSION='"$(VERSION)"' \
14 $(HAVE_FATAL_WARNINGS) \ 14 -Wall -Wextra $(HAVE_FATAL_WARNINGS) \
15 -Wformat -Wformat-security \ 15 -Wformat -Wformat-security \
16 -fstack-protector-all -D_FORTIFY_SOURCE=2 \ 16 -fstack-protector-all -D_FORTIFY_SOURCE=2 \
17 -fPIC 17 -fPIC