aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02c6555..03f4714 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ PROJECT_A = $(PROJECT).a
PROJECT_SO = $(PROJECT).so.$(VERSION)
PROJECT_SO_FQ = $(PROJECT).so.$(MAJOR_VERSION)
PROJECT_SO_NV = $(PROJECT).so
-CFLAGS = -Iinclude -fPIC
+CFLAGS = -Iinclude -fPIC -O1
LDFLAGS = -shared
DEPS = \
dynstr.o