Makefile: Remove LDFLAGS,LDLIBS
This commit is contained in:
5
Makefile
5
Makefile
@@ -9,11 +9,6 @@ COMPILER ?= gcc
|
|||||||
|
|
||||||
CC := gcc
|
CC := gcc
|
||||||
|
|
||||||
LDFLAGS.debug :=
|
|
||||||
LDFLAGS.release :=
|
|
||||||
LDFLAGS := -g ${LDFLAGS.${BUILD}}
|
|
||||||
LDLIBS :=
|
|
||||||
|
|
||||||
# -fsanitize={address,undefined}
|
# -fsanitize={address,undefined}
|
||||||
CFLAGS.gcc.debug := -Og -ggdb -fanalyzer -DBACKTRACE -rdynamic
|
CFLAGS.gcc.debug := -Og -ggdb -fanalyzer -DBACKTRACE -rdynamic
|
||||||
CFLAGS.gcc.release := -O3 -march=native -DNDEBUG
|
CFLAGS.gcc.release := -O3 -march=native -DNDEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user