summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-21 17:02:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-21 17:02:12 +0000
commitce2c4fb87b64c42be9afcfe681379dabe033bf25 (patch)
tree498b1cefda04a3bc605bbda6e53d1cd2a21fdf9f
parent57e5a70fa8f5d3202a265936c2db1e7bccdfac6f (diff)
(CFLAGS): Turn on -O3.
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 02714fa6..d4dc12d3 100644
--- a/Makeconf
+++ b/Makeconf
@@ -66,7 +66,7 @@ else
top_srcdirinc=-I$(top_srcdir)
endif
CPPFLAGS += -I. $(srcdirinc) -I.. $(top_srcdirinc) -D_GNU_SOURCE
-CFLAGS += -Wall -g
+CFLAGS += -Wall -g -O3
# Decode makemode: