[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: error handling
- From: Philipp Kraus <philipp.kraus@...>
- Date: Fri, 21 Dec 2012 15:44:57 +0100
Am 21.12.2012 um 15:25 schrieb Peter Cawley:
> If you compile Lua as C, then it'll use setjmp/longjmp, and you don't get stack unwinding.
> If you compile Lua as C++, then it'll use exceptions, and you do get stack unwinding.
Nice to know. How I do this compiler option? Should I setup any preprocessing flags or
should I use a C++ / C compiler only
Phil