Help for this page

Select Code to Download


  1. or download this
    perl -MConfig -e 'print $Config{cc}'
    perl -MConfig -e 'print $Config{ccflags}'
    perl -MExtUtils::Embed -e ccopts -e ldopts
    
  2. or download this
    (gdb) print *ret
    value has been optimized out
    
  3. or download this
    ./configure CFLAGS='-g' && make clean && make CFLAGS='-g'