diff srogue/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 fbc75509f4cd
children a666e4a034ed
line wrap: on
line diff
--- a/srogue/Makefile.in	Fri Mar 28 15:51:43 2014 -0700
+++ b/srogue/Makefile.in	Sat Mar 29 09:45:33 2014 -0700
@@ -42,7 +42,7 @@
 MISC=	Makefile LICENSE.TXT rogue.nr
 
 CC    = gcc
-CFLAGS= -g
+CFLAGS=
 CPPFLAGS=@DEFS@
 CRLIB = -lcurses
 RM    = rm -f