From 39bccce4fdd1d5ebe312321c963e0325e4d696c5 Mon Sep 17 00:00:00 2001
From: Roland Reichwein <mail@reichwein.it>
Date: Sat, 21 Nov 2020 21:38:56 +0100
Subject: Bugfixing of stack (WIP)

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index b219b40..5182643 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ DISTROS=base #debian10 ubuntu2004 ubuntu2010
 CXX=clang++-11
 #CXX=g++-10
 
-CXXFLAGS=-O2 -DNDEBUG
-#CXXFLAGS=-O0 -g -D_DEBUG
+#CXXFLAGS=-O2 -DNDEBUG
+CXXFLAGS=-O0 -g -D_DEBUG
 # -fprofile-instr-generate -fcoverage-mapping
 # gcc:--coverage
 
-- 
cgit v1.2.3