From 2fe9b943b6c4cb3a57260a5f6ea089a187a6c474 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Tue, 8 Oct 2002 07:09:58 +0000 Subject: [PATCH] - tweak parameters, at request of Bernd Korz --- bochs/.conf.beos | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bochs/.conf.beos b/bochs/.conf.beos index 1c5efdd03..86cd428f3 100755 --- a/bochs/.conf.beos +++ b/bochs/.conf.beos @@ -1,13 +1,13 @@ #!/bin/sh # -# These are the steps I typically use to configure and compile Bochs, -# on an x86 BeOS machine, using gcc +# These options are suggested by Bernd Korz, who maintains the BeOS +# port. He says that SDL works better than the native BeOS gui. # CC=gcc CXX=$CC -CFLAGS="-Wall -O2 -mpentium -fomit-frame-pointer -pipe" +CFLAGS="-Wall -O9 -mpentium -fomit-frame-pointer -pipe" CXXFLAGS=$CFLAGS export CC @@ -15,8 +15,8 @@ export CXX export CFLAGS export CXXFLAGS -./configure --with-beos \ +./configure --with-sdl \ --enable-cdrom \ - --enable-ne2000 \ --enable-sb16=dummy \ - --enable-guest2host-tlb + --enable-dc2300-vlb-ide \ + --enable-all-optimizations