summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-01-26 23:59:13 -0600
committerzachir <zachir@librem.one>2022-01-26 23:59:13 -0600
commit17cfc2777086ca4e9c4d75c8e9d90e39c6742977 (patch)
tree9b93963493bbe807c048a2f6b6f8e24391e29190
parent1fb05957ed1454c6aa97d862f3cafc5721d7e473 (diff)
better optimization for performance
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 0c84121..cbb87eb 100644
--- a/config.mk
+++ b/config.mk
@@ -24,7 +24,7 @@ LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lm
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)
-CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS)
+CFLAGS = -std=c99 -pedantic -Wall -O3 -march=native $(INCS) $(CPPFLAGS)
LDFLAGS = $(LIBS)
# compiler and linker