Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-06-09 02:21:39 +0300
committerBrad Erickson <eosrei@gmail.com>2016-06-09 02:21:39 +0300
commite0c226fb5657e402a27f659efd10b4f848164928 (patch)
tree98d284af00c087e9e8e3a9fcfd6eff97b6a961a1
parent1ed033065774c9cdcdc0eb916803fbc167e8051f (diff)
make: Default to Linux Shared Memory for tmp
Save GBs of disk writes during creation of the single color glyphs.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f752b4e..12c5829 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
# Makefile to create all versions of the Emoji One Color SVGinOT font
# Run with: make -j [NUMBER_OF_CPUS]
-TMP := /tmp
-# Use Linux Shared Memory to avoid wasted disk writes.
-#TMP := /dev/shm
+# Use Linux Shared Memory to avoid wasted disk writes. Use /tmp to disable.
+TMP := /dev/shm
+#TMP := /tmp
# Where to find scfbuild?
SCFBUILD := SCFBuild/bin/scfbuild