From 24f38678ac5fd42deed5b70ba3e446d2610437ef Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Mon, 5 Aug 2024 16:46:00 -0700 Subject: [PATCH] NDEBUG doesn't do anything --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e06894dc7..1f7c7747e 100644 --- a/Makefile +++ b/Makefile @@ -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