Re: Compiling LPeg on Windows as C++
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Compiling LPeg on Windows as C++
- From: Wolfgang Pupp <wolfgang.pupp@...>
- Date: Tue, 5 Jan 2010 00:02:38 +0100
Did you define NDEBUG when compiling lpeg?
I dont dare hope that it'll solve your specific problem, but it will save you
trouble later ("random" assertions in lpeg.c failing at runtime).