From: Jean Privat Date: Thu, 23 Jul 2015 13:56:48 +0000 (-0400) Subject: Makefile: compile nitc_0 with --semi-global as it make the whole `make` faster X-Git-Tag: v0.7.7~13^2 X-Git-Url: http://nitlanguage.org Makefile: compile nitc_0 with --semi-global as it make the whole `make` faster Signed-off-by: Jean Privat --- 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))