delorie.com/archives/browse.cgi | search |
From: | murray AT southeast DOT net (Murray Stokely) |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: How can I reduce the compiled executable size? |
Date: | Sun, 05 Jan 1997 04:28:35 GMT |
Organization: | ACiD Productions |
Lines: | 17 |
Message-ID: | <32cf2d35.33059217@nntp.southeast.net> |
References: | <Pine DOT HPP DOT 3 DOT 95 DOT 970104224707 DOT 1068B-100000 AT helios DOT usq DOT edu DOT au> <32CEB37E DOT 52A AT cs DOT com> |
Reply-To: | murray AT southeast DOT net |
NNTP-Posting-Host: | ts2-027.southeast.net |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
>This is not directly related to the inclusion of the conio functions, >but the DJGPP Frequently Asked Questions list mentions a number of ways >to reduce the compiled size of executables in chapter 8.15. I'm a little confused as to what __crt_setup_arguments does. My program's almost always use command line opts that I specify through int main (int argc, char **argv) the info entry for this says something like it expands the wildcards for you? So does this mean I can safely declare an empty __crt_setup_arguments and still use command line args (as long as i don't rely on wildcards)? Murray Stokely ( murray AT southeast DOT net ) http://www.cdrom.com/pub/artpacks
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |