NDEBUG doesn't do anything

This commit is contained in:
Akash Levy 2024-08-05 16:46:00 -07:00
parent b4ae5e8574
commit 24f38678ac
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ ENABLE_PYOSYS := 1
ENABLE_GCOV := 0
ENABLE_GPROF := 0
ENABLE_DEBUG := 0
ENABLE_NDEBUG := 1
ENABLE_LTO := 1
ENABLE_CCACHE := 0
# sccache is not always a drop-in replacement for ccache in practice