lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Wim Couwenberg wrote:
And here it is:
[... snip snip ...]
rici@rici-desktop:~/src/fact$ gcc -O2 -Wall -o fact fact.c

I just *know* that you also tried that *without* the -O2 (but aren't
telling)...  ;-)

--
Wim

The actual option is -foptimize-sibling-calls (plus some others); -O2 is easier to type :)