From 10b2a5ffbd4f457f740988e636b7abf16656655f Mon Sep 17 00:00:00 2001 From: profezzorn Date: Mon, 14 Oct 2024 00:23:53 -0500 Subject: [PATCH] fix tests --- styles/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/Makefile b/styles/Makefile index 95db015f8..8eb076a12 100644 --- a/styles/Makefile +++ b/styles/Makefile @@ -2,8 +2,8 @@ test: tests ./tests tests: tests.cpp style_parser.h - clang++ -std=c++11 -O1 -g -fsanitize=address -fno-omit-frame-pointer -MD -MP -o tests tests.cpp -lm - # g++ -O -g -std=c++14 -MD -MP -o tests tests.cpp -lm + # clang++ -std=c++11 -g -fsanitize=address -fno-omit-frame-pointer -MD -MP -o tests tests.cpp -lm + g++ -O -g -std=c++14 -MD -MP -o tests tests.cpp -lm -include *.d