summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-11 17:36:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-11 17:36:42 +0000
commit3e73723e057707e6a433d70630319cbf00a988f1 (patch)
tree274d906e36a86223b48ea746e49c4a885dd0ca02
parent33bb2dfb394c3e4bbeadb3831b0f77ff0dba52a6 (diff)
Formerly Makeconf.~14~
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 879f57c3..d957b254 100644
--- a/Makeconf
+++ b/Makeconf
@@ -25,7 +25,7 @@ gccheaders := /usr/local/lib/gcc-lib/i386-compaq-mach/2.5.7/include
# Flags for compilation
CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders)
-CFLAGS := -Wall -Wno-parentheses -O -g
+CFLAGS := -Wall -Wno-parentheses -O -g -pipe
# Finding binaries
CC=gcc