At 11:57 -0400 1999-04-22, Ben Pfaff wrote:
Joel Klecker <jk@espy.org> writes: >Log message: >* changed -O6 into -O2 Perhaps -Os (optimize for size) would be better (not just this case, but in everything compiled as part of boot-floppies). -O2 (or higher) optimization is required for bogl-vga16.c at least since port i/o functions (inb, outb) need it.
`-Os'
Optimize for size. `-Os' enables all `-O2' optimizations that do
not typically increase code size. It also performs further
optimizations designed to reduce code size.
If you use multiple `-O' options, with or without level numbers,
the last such option is the one that is effective.
--
Joel Klecker (aka Espy) Debian GNU/Linux Developer
<URL:mailto:jk@espy.org> <URL:mailto:espy@debian.org>
<URL:http://web.espy.org/> <URL:http://www.debian.org/>