From a1ff714e1a1b130f607392006e5c5ab39bdfa662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Thu, 8 Aug 2013 10:07:25 +0300 Subject: [PATCH] Document -Wno-warn-absolute-paths for emcc --help. --- emcc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emcc b/emcc index 6c6c8adb7..ca7155429 100755 --- a/emcc +++ b/emcc @@ -462,6 +462,12 @@ Options that are modified or new in %s include: memory initialization data embedded inside JavaScript as text. (default is off) + -Wno-warn-absolute-paths If not specified, the compiler will warn about any + uses of absolute paths in -I and -L command line + directives. Pass this flag on the command line + to hide these warnings and acknowledge that the + explicit use of absolute paths is intentional. + The target file, if specified (-o ), defines what will be generated: