Changes between Version 7 and Version 8 of kOptions
- Timestamp:
- Feb 11, 2011, 3:03:17 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kOptions
v7 v8 12 12 * -Zargs-wild: call {{{_wildcard()}}} (see below) automatically on startup 13 13 * -Zargs-resp: call {{{_reponse()}}} (see below) automatically on startup 14 * -Zbin-files: open files in binary mode by default 14 15 * -Zdll-search: Enables dlls as valid libraries. (default disabled) 16 * -Zstack: set the stack size 15 17 * -Zsym: Invoke mapsym.cmd on the mapfile to produce a .sym file. Requires -Zmap 16 18 These may not be OS/2 specific … … 24 26 25 27 These were supported options with EMX/gcc 2.8.x, not sure if they are still supported now: 26 * -Zbin-files: open files in binary mode by default (still supported)27 28 * -Zbsd-signals: select the `BSD' signal processing model 28 29 * -Zmt: multithread code (now default) … … 31 32 * -Zno-rte: create DLL without runtime environment 32 33 * -Zsmall-conv: use small, fast, and inaccurate routines for converting decimal numbers to binary and vice versa 33 * -Zstack: set the stack size34 34 * -Zso: create stand-alone DLL 35 35 * ~~-Zsys: create stand-alone OS/2 program (no emx.dll) - there's nothing similar for current libc, if you use new gcc with new libc, you always need the libcxxx.dll~~