From 3ba83eddae508a66b9fe6db62f6403d8e56ae93c Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sat, 20 Mar 2004 12:06:23 +0000 Subject: [PATCH] -Wall per default SVN-Revision: 275 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 7e5fea56a..e2b2947b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +AM_CXXFLAGS = -Wall -O2 -g + bin_PROGRAMS = supertux supertux_SOURCES = \ -- 2.11.0