summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Robbbert <robbbert@users.noreply.github.com>2013-09-08 05:51:29 +0000
committer Robbbert <robbbert@users.noreply.github.com>2013-09-08 05:51:29 +0000
commit59b41d220f27500ac65c02d761c2e0eec0003476 (patch)
tree345bda7d10c922a0ce4ab58bd8e640898897bbc6 /makefile
parent7b2256d6af4bef53726d3546f26aa96a8c606c34 (diff)
Documented the network compile option (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 29cabfaf7fa..6093cf57226 100644
--- a/makefile
+++ b/makefile
@@ -259,6 +259,9 @@ BUILD_MIDILIB = 1
# uncomment next line to enable LTO (link-time optimizations)
# LTO = 1
+# uncomment next line to enable networking
+# USE_NETWORK = 1
+
# specify optimization level or leave commented to use the default
# (default is OPTIMIZE = 3 normally, or OPTIMIZE = 0 with symbols)
# OPTIMIZE = 3