aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordhewg2011-02-23 14:04:20 +0100
committerdhewg2011-02-23 19:27:23 +0100
commit89986edf4d012422124f7e7478844d3100206158 (patch)
tree49806296829775ab5f0cea8bf494107cbb472c61 /configure
parent0032db14aba32ea9507ddda9002334f29d700f86 (diff)
downloadscummvm-rg350-89986edf4d012422124f7e7478844d3100206158.tar.gz
scummvm-rg350-89986edf4d012422124f7e7478844d3100206158.tar.bz2
scummvm-rg350-89986edf4d012422124f7e7478844d3100206158.zip
HAIKU: Remove -fhuge-objects.
Not required anymore, patch by Begasus
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 1ad6ebc93e..5c291dd560 100755
--- a/configure
+++ b/configure
@@ -1589,7 +1589,6 @@ case $_host_os in
DEFINES="$DEFINES -DSYSTEM_NOT_SUPPORTING_D_TYPE"
# Needs -lnetwork for the timidity MIDI driver
LIBS="$LIBS -lnetwork"
- CXXFLAGS="$CXXFLAGS -fhuge-objects"
_unix=yes
_seq_midi=no
;;