summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-17 18:00:14 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-18 19:44:16 -0400
commit5be586046b14c2f10b323c66a03a2d6e5c6679aa (patch)
treeebced16a253e2fc449b7b4c4bc735566a4030885 /makefile
parent7733c95be8a9e93ae4398c13c721b334239780fe (diff)
gcc -Wall cleanupHEADmaster
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 090f83c..9bd1a25 100644
--- a/makefile
+++ b/makefile
@@ -29,7 +29,7 @@ cc:
#Build with gcc.
gcc:
- @UNAME=`uname` ; make "CC=gcc" "CC2=gcc" "CFLAGS=-D$$UNAME -O2" ek
+ @UNAME=`uname` ; make "CC=gcc" "CC2=gcc" "CFLAGS=-D$$UNAME -O0 -ggdb -Wall" ek
#Ditto but no debugging.
gccnd: