aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2002-10-08 00:11:41 +0000
committerMax Horn2002-10-08 00:11:41 +0000
commit8a7637cfc1c6f21ee11a8504b18ad5a64426dd81 (patch)
treeed87c6fb6ed1565ca8bb76f452e5f4f6e6f8407d /Makefile
parent82f3e17cb5cbf7b533b4979d80fff4ed783b9032 (diff)
downloadscummvm-rg350-8a7637cfc1c6f21ee11a8504b18ad5a64426dd81.tar.gz
scummvm-rg350-8a7637cfc1c6f21ee11a8504b18ad5a64426dd81.tar.bz2
scummvm-rg350-8a7637cfc1c6f21ee11a8504b18ad5a64426dd81.zip
added methods to String class that convert a string to upper/lower case; changed config class to keep all domains as lower case (fixes bug #scummvm)
svn-id: r5104
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a24c903b2..2f4b7e6ab2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ RM_REC = $(RM) -r
ZIP = zip -q
CP = cp
-CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
+CFLAGS = -g -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
DEFINES =
LDFLAGS :=
INCLUDES:= -I. -Icommon