diff rogue3/Makefile.in @ 116:97f8fdf9595c

Makefiles: don't set defaults for CFLAGS. CFLAGS is now empty by default. If its value must be set, it should be done in the command line for make.
author John "Elwin" Edwards
date Sat, 29 Mar 2014 09:45:33 -0700
parents 53e69c17c313
children a666e4a034ed
line wrap: on
line diff
--- a/rogue3/Makefile.in	Fri Mar 28 15:51:43 2014 -0700
+++ b/rogue3/Makefile.in	Sat Mar 29 09:45:33 2014 -0700
@@ -55,7 +55,7 @@
 CC    = gcc
 CPPFLAGS =@DEFS@
 ROPTS =
-COPTS = -O3
+COPTS =
 CFLAGS= $(COPTS) $(ROPTS)
 LIBS  = -lcurses
 RM    = rm -f