summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-01-27 00:04:55 -0600
committerzachir <zachir@librem.one>2022-01-27 00:04:55 -0600
commitbc6e2571eaae1fde360a7df24e39412e5d28b070 (patch)
tree0fcd966ce624bd077c62cc61600bfcd439bc1735
parent54755efae4162c5664bec5d2cb02e2ceeac1d4bf (diff)
improve optimization
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index ef6de39..201a144 100644
--- a/config.mk
+++ b/config.mk
@@ -23,6 +23,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
`$(PKG_CONFIG) --libs harfbuzz`
# flags
+CFLAGS= -Wall -pedantic -O3 -march=native -std=c99
STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
STLDFLAGS = $(LIBS) $(LDFLAGS)