Makefile: Remove LDFLAGS,LDLIBS

This commit is contained in:
olemorud
2023-04-23 19:38:44 +02:00
parent f70be0f392
commit 995b9dee61

View File

@@ -9,11 +9,6 @@ COMPILER ?= gcc
CC := gcc
LDFLAGS.debug :=
LDFLAGS.release :=
LDFLAGS := -g ${LDFLAGS.${BUILD}}
LDLIBS :=
# -fsanitize={address,undefined}
CFLAGS.gcc.debug := -Og -ggdb -fanalyzer -DBACKTRACE -rdynamic
CFLAGS.gcc.release := -O3 -march=native -DNDEBUG