various small fixes #20
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ asan:
|
||||
msan:
|
||||
make -rRf make/msan.mk all
|
||||
|
||||
validate: asan msan debug
|
||||
validate: asan msan debug release
|
||||
./validate.sh
|
||||
|
||||
analyze:
|
||||
|
@ -1,4 +1,4 @@
|
||||
CFLAGS?=-Wall -Wextra -Wpedantic -O2 -std=c23 -flto -fomit-frame-pointer -DNDEBUG -D_POSIX_C_SOURCE=200809L
|
||||
CFLAGS?=-Wall -Wextra -Wpedantic -Werror -O2 -std=c23 -flto -fomit-frame-pointer -DNDEBUG -D_POSIX_C_SOURCE=200809L
|
||||
LDFLAGS?=-flto -s -Wl,--gc-sections
|
||||
BUILD_DIR?=build/release/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user