diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-04-26 02:10:48 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-04-26 02:10:48 +0200 |
commit | 72b9fc8c1515c12600513fd9759f9b9034825726 (patch) | |
tree | 130972ec171ced5d68cd13a493f185cfd4b4a52d /run_tests.c | |
parent | 8a4b4bed8259397c6d958766573a0bfa25909b98 (diff) | |
download | reduced_system_layer-72b9fc8c1515c12600513fd9759f9b9034825726.zip |
Pixels scaling tests and perf
Diffstat (limited to 'run_tests.c')
-rwxr-xr-x | run_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 && \ |