Fix where -DNDEBUG gets uncommented in lib/clang/llvm.build.mk.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
643911741f
commit
9b5eabd220
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52396
1 changed files with 5 additions and 5 deletions
|
@ -76,6 +76,11 @@
|
|||
#endif</screen></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename>stable/<replaceable>12</replaceable>/lib/clang/llvm.build.mk</filename></entry>
|
||||
<entry>Uncomment <literal>-DNDEBUG</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename>stable/<replaceable>12</replaceable>/sys/*/conf/GENERIC*</filename></entry>
|
||||
<entry>Remove debugging support</entry>
|
||||
|
@ -187,11 +192,6 @@
|
|||
|
||||
?>
|
||||
|
||||
<row>
|
||||
<entry><filename>head/lib/clang/llvm.build.mk</filename></entry>
|
||||
<entry>Uncomment <literal>-DNDEBUG</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename>head/lib/clang/freebsd_cc_version.h</filename></entry>
|
||||
<entry>Update
|
||||
|
|
Loading…
Reference in a new issue