From e9c83028382e3bee9ffc9468db0577e63c910e0c Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 23 Jul 2015 09:56:48 -0400 Subject: [PATCH] Makefile: compile nitc_0 with --semi-global as it make the whole `make` faster Signed-off-by: Jean Privat --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 4a4c9e3..b46e488 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ # limitations under the License. NITCOPT=--semi-global -OLDNITCOPT= +OLDNITCOPT=--semi-global OBJS=nitc nitpick nit nitdoc nitls nitunit nitpretty nitmetrics nitx nitlight nitdbg_client nitserial SRCS=$(patsubst %,%.nit,$(OBJS)) BINS=$(patsubst %,../bin/%,$(OBJS)) -- 1.7.9.5