Message-Id: <9702201158.AA00204@syntegra.bt.co.uk> Comments: Authenticated sender is From: Nigel Taylor To: djgpp AT delorie DOT com Date: Thu, 20 Feb 1997 11:59:45 +0000 Subject: Re: DJGPP Optimizations...(& MIDAS) >Where am I going wrong >gcc test.c -O -m486 -o test.exe >Any value given doesnt seem to actually do anything someone replied.. I wrote... >Someone recommend I use the -s option. It removes symbols (which I do not >know exactly). However, my .EXE went down from 280KB to about 201KB. I tried the -s option and it seemed to do the trick also; it may just be that my bare shell of code isnt complex enough as yet to be affected by the -Ox options to GCC. As anyone managed to get MIDAS Sound System working with DJGPP? If so, how do you do it, which library do you need to use, which headers are required, has someone got a simple bit of code which I can test