Ticket #2089 (closed bug: fixed)
LLVM cflags prevent debug builds
Reported by: | plobsing | Owned by: | jkeenan |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | configure | Version: | 3.2.0 |
Severity: | medium | Keywords: | |
Cc: | bacek | Language: | |
Patch status: | applied | Platform: |
Description
llvm cflags may contain '-DNDEBUG'. If this is added to parrot's cflags, it disables debug builds.
This configure step should
- give users the option of using llvm or not
- strip out options that alias parrot configure options
Since we aren't even linking to llvm, perhaps we should simply delete the configure step.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.