From 59b41d220f27500ac65c02d761c2e0eec0003476 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 8 Sep 2013 05:51:29 +0000 Subject: [PATCH] Documented the network compile option (nw) --- makefile | 3 +++ 1 file changed, 3 insertions(+) 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