Makefile: compile nitc_0 with --semi-global as it make the whole `make` faster
authorJean Privat <jean@pryen.org>
Thu, 23 Jul 2015 13:56:48 +0000 (09:56 -0400)
committerJean Privat <jean@pryen.org>
Thu, 23 Jul 2015 13:56:48 +0000 (09:56 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/Makefile

index 4a4c9e3..b46e488 100644 (file)
@@ -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))