Changes between Version 7 and Version 8 of kOptions


Ignore:
Timestamp:
Feb 11, 2011, 2:03:17 AM (13 years ago)
Author:
dryeo
Comment:

Move -Zstack and -Zbin-files to supported section

Legend:

Unmodified
Added
Removed
Modified
  • kOptions

    v7 v8  
    1212  * -Zargs-wild: call {{{_wildcard()}}} (see below) automatically on startup
    1313  * -Zargs-resp: call {{{_reponse()}}} (see below) automatically on startup
     14  * -Zbin-files: open files in binary mode by default
    1415  * -Zdll-search: Enables dlls as valid libraries. (default disabled)
     16  * -Zstack: set the stack size
    1517  * -Zsym: Invoke mapsym.cmd on the mapfile to produce a .sym file. Requires -Zmap
    1618These may not be OS/2 specific
     
    2426
    2527These 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)
    2728  * -Zbsd-signals: select the `BSD' signal processing model
    2829  * -Zmt: multithread code (now default)
     
    3132  * -Zno-rte: create DLL without runtime environment
    3233  * -Zsmall-conv: use small, fast, and inaccurate routines for converting decimal numbers to binary and vice versa
    33   * -Zstack: set the stack size
    3434  * -Zso: create stand-alone DLL
    3535  * ~~-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~~