[LLVMdev] make
Török Edwin
edwintorok at gmail.com
Mon Jan 3 07:23:36 PST 2011
On 2011-01-03 17:08, Jonas Paulsson wrote:
>
> Hi,
>
> I want to build a debug build with an added target. I have
>
> configure -disable-optimized
>
> and then followed >> HowTo: Create and register a new back end (a new hardware target), on the wiki
>
> Yet, I get the CXXFLAGS set with -DNDEBUGS, which is not what I want.
>
> What should I do?
--enable-assertions, should be the default if you checked out from SVN
or git.
Release tarballs default it off for some reason.
Best regards,
--Edwin
More information about the llvm-dev
mailing list