diff options
author | Oskar <[email protected]> | 2024-07-25 15:21:36 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-07-25 15:21:36 +0200 |
commit | c4e9cdd7d7f9a682916723295b0153f662178c21 (patch) | |
tree | 36dc10715ea36ff8336f880233e56f2b3aeca108 /Makefile | |
parent | c4515d59dc74176e7388f18b4554329a0c4d313c (diff) |
slight changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ CC=gcc -CFLAGS_TESTBIN=-O0 -Wfatal-errors -Wall -Werror -Wextra -g3 -fsanitize=address -Wpedantic -Wformat=2 -Wshadow -Wformat-truncation=2 -Wformat-overflow -fno-common -std=gnu99 +CFLAGS_TESTBIN=-O0 -Wfatal-errors -Wall -Werror -Wextra -g3 -fsanitize=address -fsanitize=leak -Wpedantic -Wformat=2 -Wshadow -Wformat-truncation=2 -Wformat-overflow -fno-common -std=gnu99 CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -static -std=gnu99 TARGET=tsr TESTTARGET=tsr-TESTING @@ -8,7 +8,7 @@ INSTALL_DIRECTORY=/usr/local/bin MAKEFLAGS += SRCS=trashsys.c SRCS_SP=trashsys_small_paths.c -P_MAX_SIZE="30" +P_MAX_SIZE="47" all: release clean: |