From e98636149c721ef9bb0af7b50dd1f4b7c7047bd8 Mon Sep 17 00:00:00 2001 From: Mahyar Emami Date: Fri, 7 Oct 2022 17:35:03 +0200 Subject: [PATCH] disable debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6e2ebb5ffc..aed07f6d28f 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ ENABLE_PYOSYS := 1 # other configuration flags ENABLE_GCOV := 0 ENABLE_GPROF := 0 -ENABLE_DEBUG := 1 +ENABLE_DEBUG := 0 ENABLE_NDEBUG := 0 ENABLE_CCACHE := 0 # sccache is not always a drop-in replacement for ccache in practice