diff options
author | Oskar <[email protected]> | 2024-06-27 17:05:22 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-27 17:05:22 +0200 |
commit | 99a1c79f37afd378955b6fe1cf1e8fe9bc3b138f (patch) | |
tree | 703320bc248795c245793bdee63428c106edaa0a /Makefile | |
parent | baa775cdd7f936573bdeaa6c10757495ac48c172 (diff) |
find_highest_id is done, tested it some and added some debug cvm_fprintf's. I think it works? Testing will probably prove me wrong but ill deal with it when it happens.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC=gcc -CFLAGS_TESTBIN=-O3 -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address -Wpedantic -std=gnu99 +CFLAGS_TESTBIN=-O0 -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address -Wpedantic -std=gnu99 CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -static -std=gnu99 TARGET=tsr TESTTARGET=tsr-TESTING |