aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0c4576..92641b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
CC = c99
-CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g
+CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g -O3
LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH
LDLIBS =
PREFIX = /usr/local