summaryrefslogtreecommitdiff
path: root/st-0.8.4
diff options
context:
space:
mode:
Diffstat (limited to 'st-0.8.4')
-rw-r--r--st-0.8.4/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/st-0.8.4/config.mk b/st-0.8.4/config.mk
index 754c008..39b8c07 100644
--- a/st-0.8.4/config.mk
+++ b/st-0.8.4/config.mk
@@ -22,7 +22,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
# flags
STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
-STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
+STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -Ofast
STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD:
@@ -32,4 +32,4 @@ STLDFLAGS = $(LIBS) $(LDFLAGS)
# `$(PKG_CONFIG) --libs freetype2`
# compiler and linker
-# CC = c99
+CC = gcc