clang debugging code in stable/12 and current

From: Thomas Eberhardt <sneakywumpus_at_gmail.com>
Date: Sun, 21 Oct 2018 09:09:57 +0200
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+=      -DNDEBUG
after r339436:
CFLAGS+=        -DNDEBUG

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

i.e. debugging code is now disabled in current and enabled in stable/12.
Received on Sun Oct 21 2018 - 05:10:01 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:18 UTC