Xref: utzoo comp.sources.d:4049 comp.sys.ibm.pc:34708 Path: utzoo!attcan!ncrcan!ziebmef!mdfreed From: mdfreed@ziebmef.mef.org (Mark Freedman) Newsgroups: comp.sources.d,comp.sys.ibm.pc Subject: Re: Problems compiling Gnuplot w/ TC 2.0 Message-ID: <1989Sep14.114132.22106@ziebmef.mef.org> Date: 14 Sep 89 15:41:31 GMT References: <1077@lakesys.UUCP> <25879@iuvax.cs.indiana.edu> Reply-To: mdfreed@ziebmef.mef.org (Mark Freedman) Organization: Ziebmef Public Access Unix, Toronto, Ontario Lines: 12 (TC 2.0 also made one executable grow by 25% over TC 1.5 ) The default settings for TC 2.0 cause the debugging information to be added to the executable. Either use TDSTRIP to remove it (comes with the TASM / TDEBUG package), or change the appropriate parameters to eliminate the debugging info. The size of .OBJ files has also increased due to the inclusion of dependancy information. I haven't found a way to eliminate this, but it doesn't affect the size of the .EXE. I've found TC 2.0 to produce .EXE files as small or smaller than previous versions once the parameters are properly specified. (it **WAS** a bit of a shock until I removed the debug info.)