summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-02 17:48:31 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-02 17:48:31 +0200
commitae5258faec99adee80ed26e0822241c3eff7c66c (patch)
tree75c76778c21bf2fff9e32b9b9434ee02d857a861 /makefile
parent18a7251918f651ddd0e4a10efc40ec77fbeef03f (diff)
Added PRECOMPILE=0 so in conjunction with ccache it gives better compile speed (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index c8673db1e24..dfed88cdca8 100644
--- a/makefile
+++ b/makefile
@@ -98,6 +98,7 @@
# MSBUILD = 1
# USE_LIBUV = 1
# IGNORE_BAD_LOCALISATION=1
+# PRECOMPILE = 0
ifdef PREFIX_MAKEFILE
include $(PREFIX_MAKEFILE)
@@ -712,6 +713,10 @@ ifdef USE_LIBUV
PARAMS += --USE_LIBUV='$(USE_LIBUV)'
endif
+ifdef PRECOMPILE
+PARAMS += --precompile='$(PRECOMPILE)'
+endif
+
#-------------------------------------------------
# All scripts
#-------------------------------------------------