diff options
author | Paul Selkirk <paul@psgd.org> | 2016-06-17 18:00:14 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-06-18 19:44:16 -0400 |
commit | 5be586046b14c2f10b323c66a03a2d6e5c6679aa (patch) | |
tree | ebced16a253e2fc449b7b4c4bc735566a4030885 /makefile | |
parent | 7733c95be8a9e93ae4398c13c721b334239780fe (diff) |
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |