2002-11-21 23:57:34 +03:00
|
|
|
# This script tries to turn on nearly every configure option.
|
|
|
|
# It is useful for finding compile problems, but it may turn on
|
|
|
|
# more things than you actually want.
|
|
|
|
|
2002-11-19 07:55:32 +03:00
|
|
|
./configure \
|
2006-01-18 21:35:38 +03:00
|
|
|
--enable-smp \
|
2002-11-19 07:55:32 +03:00
|
|
|
--enable-x86-64 \
|
2006-01-18 21:35:38 +03:00
|
|
|
--enable-all-optimizations \
|
2009-02-15 21:51:13 +03:00
|
|
|
--enable-long-phy-address \
|
2008-12-28 23:30:48 +03:00
|
|
|
--enable-configurable-msrs \
|
2002-11-19 07:55:32 +03:00
|
|
|
--enable-debugger \
|
|
|
|
--enable-disasm \
|
2009-01-12 22:15:35 +03:00
|
|
|
--enable-debugger-gui \
|
2002-11-19 07:55:32 +03:00
|
|
|
--enable-fpu \
|
2007-08-01 00:25:52 +04:00
|
|
|
--enable-misaligned-sse \
|
|
|
|
--enable-alignment-check \
|
2004-04-11 17:14:54 +04:00
|
|
|
--enable-3dnow \
|
2008-03-27 01:52:09 +03:00
|
|
|
--enable-monitor-mwait \
|
2009-01-31 23:41:59 +03:00
|
|
|
--enable-vmx \
|
2002-11-19 07:55:32 +03:00
|
|
|
--enable-x86-debugger \
|
2009-03-10 19:28:01 +03:00
|
|
|
--enable-a20-pin \
|
2008-12-28 23:30:48 +03:00
|
|
|
--enable-instrumentation=instrument/example1 \
|
|
|
|
--enable-ne2000 \
|
|
|
|
--enable-pci \
|
|
|
|
--enable-clgd54xx \
|
|
|
|
--enable-usb \
|
2009-01-31 23:41:59 +03:00
|
|
|
--enable-usb-ohci \
|
2002-11-19 07:55:32 +03:00
|
|
|
--enable-cdrom \
|
2005-03-21 22:14:40 +03:00
|
|
|
--enable-sb16 \
|
2011-03-13 12:09:34 +03:00
|
|
|
--enable-es1370 \
|
|
|
|
--enable-gameport \
|
2002-11-21 21:14:00 +03:00
|
|
|
--enable-iodebug \
|
2009-04-03 19:22:41 +04:00
|
|
|
--enable-gdb-stub \
|
2004-10-17 01:17:44 +04:00
|
|
|
--enable-show-ips \
|
2002-11-21 21:14:00 +03:00
|
|
|
--with-all-libs
|