summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-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