aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 21:56:45 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 22:06:23 +0200
commite7b84e0bf6695cf1dd465b90bd3d8797ec618322 (patch)
treebba37653a5ea350d328b9df6618369a3674036aa
parent67bc69c53ed16f5fa5e8b3f50ce5ef3b24481a7e (diff)
Makefile: Set -O1v0.1.0-rc4v0.1.0
-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