- make it similar to .conf.linux. I left out networking and sound since

they don't exist on macosx yet.
This commit is contained in:
Bryce Denney 2002-11-19 17:00:24 +00:00
parent dfcd2d4a65
commit 383954dee9

View File

@ -3,7 +3,7 @@
# this sets up the compile for MacOS X
set echo
CFLAGS="-pipe -g"
CFLAGS="-pipe -O2"
CXXFLAGS="$CFLAGS"
export CC
@ -11,6 +11,9 @@ export CXX
export CFLAGS
export CXXFLAGS
./configure
./configure --enable-cdrom \
--enable-vbe \
--enable-dc2300-vlb-ide \
--enable-all-optimizations
unset echo