[Issue 18145] Phobos makefile incorrectly sets --dip1000 for DMD when BUILD=debug
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 30 01:53:03 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=18145
Seb <greensunny12 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greensunny12 at gmail.com
--- Comment #1 from Seb <greensunny12 at gmail.com> ---
This is pretty weird. Dip1000 is only used in DRuntime:
> posix.mak
80:UDFLAGS:=-conf= -Isrc -Iimport -w -dip1000 $(MODEL_FLAG) $(PIC)
$(OPTIONAL_COVERAGE)
Looking at your log I can't see -dip1000 set either. `-conf=` isn't called for
`dmd` in the lexer build, maybe that's the culprit? I.e. you have some local
config or DFLAGS.
--
More information about the Digitalmars-d-bugs
mailing list