From 6b875e9bd9befe767880dd825e11c791eff9fe08 Mon Sep 17 00:00:00 2001 From: "Carl.Kenner" Date: Thu, 7 May 2009 10:56:27 +0000 Subject: [PATCH] Doesn't compile with exceptions disabled. Sorry. --- Makefile.gc | 2 +- Makefile.wii | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.gc b/Makefile.gc index badc74c..c47acd6 100644 --- a/Makefile.gc +++ b/Makefile.gc @@ -27,7 +27,7 @@ INCLUDES := include src/platform/wii #--------------------------------------------------------------------------------- CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) \ - -fomit-frame-pointer -fno-exceptions \ + -fomit-frame-pointer \ -Wno-unused-parameter -Wno-strict-aliasing \ -DWORDS_BIGENDIAN CXXFLAGS = $(CFLAGS) diff --git a/Makefile.wii b/Makefile.wii index cdffd7e..2861453 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -27,7 +27,7 @@ INCLUDES := include src/platform/wii #--------------------------------------------------------------------------------- CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) \ - -fomit-frame-pointer -fno-exceptions \ + -fomit-frame-pointer \ -Wno-unused-parameter -Wno-strict-aliasing \ -DWORDS_BIGENDIAN CXXFLAGS = $(CFLAGS)