From 50ac5c03e38e1bcfc7680194e8c6cacb4432e5ae Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Mon, 7 Jul 2025 09:07:37 +0200 Subject: [PATCH] added debugging options --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d8e8c4d..da3ed26 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ CXXFLAGS = -std=c++17 -W -Wall -O3 -ffast-math -fno-exceptions -fno-rtti -I../dsp -I../code +#CXXFLAGS += -g -fsanitize=address CXX = clang++ -stdlib=libc++ -march=native #CXX = g++ -march=native