From aa9468593b4d7a2aa2bc98c6c25fd7a8ed29fcb1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 10 Sep 2007 17:14:24 +0200 Subject: [PATCH] Added CEXTRA and LEXTRA, which can be used to add new compilation/linking flags without removing the original ones. --- build/Maketop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Maketop b/build/Maketop index 33ee0ce9..1ac82d98 100644 --- a/build/Maketop +++ b/build/Maketop @@ -7,8 +7,8 @@ V=0 # Disable all built-in rules and variables. Speeds up make and simplifies debugging. MAKEFLAGS+=-rR -CFLAGS=$(CLANG) $(COPT) $(CDEBUG) $(CWARNS) -I. -I$(o) -I$(s) -LDFLAGS=$(LOPT) +CFLAGS=$(CLANG) $(COPT) $(CDEBUG) $(CWARNS) $(CEXTRA) -I. -I$(o) -I$(s) +LDFLAGS=$(LOPT) $(LEXTRA) DIRS= PROGS= -- 2.39.2