On 03/17/2015 09:58 PM, Saheel Godhane wrote: > Hello everyone, > > I am a PhD student doing some Software Engineering research using > LLVM/Clang. I want to compile libuv from source in debug mode so that I > can track assertions (in my experience, some/all assertions are left out > unless the project in compiled in debug mode). I have found references > to "debug mode" in other posts but couldn't find any such option in the > `configure` script. > > Can someone please help me out in this? >
The easiest is to use GYP: $ ./gyp_uv.py Now to make a Debug build (the default): $ make -C out/ If you want a release build: $ BUILDTYPE=Release make -C out/ Regards, -- Saúl Ibarra Corretgé bettercallsaghul.com -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature
