diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-22 21:07:34 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-22 21:07:34 +1000 |
| commit | 373a0f0fc758b9636089a6336d8a65b1cb05571a (patch) | |
| tree | deacf09876d0cde3176c3ec40955cc37a4f347e4 | |
| parent | 77aa9a3259ddfd6c64534d63424d5b0fa3010900 (diff) | |
make: optimise release builds with lto
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ LIB = libtinyff.a ALL_CFLAGS = -Wall -Wextra -Werror -std=c11 -Iinclude DEBUG_FLAGS = -g -O0 -fno-omit-frame-pointer -RELEASE_FLAGS = -O2 +RELEASE_FLAGS = -O3 -march=native -flto SANFLAGS = -fsanitize=address,undefined -g -O1 COVERAGE_FLAGS = -fprofile-instr-generate -fcoverage-mapping |
