Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OptionOption displayDescription
Option to specify the maximum memory segment size-bmaxdataWhen compiling a 32bit program, specify the maximum usable memory segment size (default 256M)
Option to specify the 32bit/64 compile mode-q32When compiling a 32bit program
-q64When compiling a 64bit program
Compiler optimizzation mode-O2Using the Compiler Optimization Level 2
Option to use inline function-qinlineEnable inline function instead of the function call to improve the performance
Option for runtime linking-brtlOption for runtime linking, set when using a shared library
Option for symbol export-bexpallOption to export the global symbol when creating a shared library

...