diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dl/extconf.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dl/extconf.rb b/ext/dl/extconf.rb index 6dc6abca4e..050b759ddf 100644 --- a/ext/dl/extconf.rb +++ b/ext/dl/extconf.rb @@ -11,13 +11,13 @@ if( ARGV.include?("--help") ) --with-type-char strictly use type 'char' --with-type-short strictly use type 'short' --with-type-float strictly use type 'float' - --with-asm use the embedded assembler for passing arguments. - (this option is available for i386 machine now.) - --with-dlstack use a stack emulation for constructing function call. [experimental] --with-args=<max_arg>,<max_cbarg>,<max_cbent> <max_arg>: maximum number of arguments of the function <max_cbarg>: maximum number of arguments of the callback <max_cbent>: maximum number of callback entries + --enable-asm use the embedded assembler for passing arguments. + (this option is available for i386 machine now.) + --enable-dlstack use a stack emulation for constructing function call. [experimental] EOF exit(0) end |