Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 09:09:57 +0200
From:      Thomas Eberhardt <sneakywumpus@gmail.com>
To:        freebsd-current@freebsd.org, freebsd-stable@freebsd.org
Subject:   clang debugging code in stable/12 and current
Message-ID:  <F588D586-17A4-49A9-BD3D-057C60C06BFE@gmail.com>

next in thread | raw e-mail | index | archive | help
It looks like the enabling of debugging code in clang/llvm was flipped =
around during the stable/12 branch.

See the definition of NDEBUG in lib/clang/llvm.build.mk line 20:

current before r339436:
#CFLAGS+=3D      -DNDEBUG
after r339436:
CFLAGS+=3D        -DNDEBUG

stable/12 at r339435:
#CFLAGS+=3D      -DNDEBUG

i.e. debugging code is now disabled in current and enabled in stable/12.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F588D586-17A4-49A9-BD3D-057C60C06BFE>