From 72b9fc8c1515c12600513fd9759f9b9034825726 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 26 Apr 2025 02:10:48 +0200 Subject: Pixels scaling tests and perf --- run_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.c') diff --git a/run_tests.c b/run_tests.c index 0729304..5acfe45 100755 --- a/run_tests.c +++ b/run_tests.c @@ -10,7 +10,7 @@ gcc \ -Wno-unused-variable \ -Wno-unused-but-set-variable \ -Wno-unused-function \ - -O3 -D NDEBUG \ + -g \ -lm \ -fsanitize=undefined,address,leak \ -o $BIN $SRC && \ -- cgit v1.2.3