[LLVMdev] LLVM problem, please do not ignore
Óscar Fuentes
ofv at wanadoo.es
Thu Nov 3 01:44:01 PDT 2011
Hello John,
John Criswell <criswell at illinois.edu> writes:
[snip]
> By the way, it looks like you don't have a build with assertions
> enabled. I recommend compiling with
>
> gmake ENABLE_OPTIMIZED=0 DISABLE_ASSERTIONS=1
Shouldn't the above be DISABLE_ASSERTIONS=0 ? (which means
DISABLE_ASSERTIONS=No, introducing the dreaded double negation which
causes so much confusion on some people.)
BTW, Debug+Asserts is the default mode in the configure&make build.
More information about the llvm-dev
mailing list