aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2013-08-08 10:07:25 +0300
committerJukka Jylänki <jujjyl@gmail.com>2013-08-08 10:07:25 +0300
commita1ff714e1a1b130f607392006e5c5ab39bdfa662 (patch)
tree3081a5aad2f3c501c453351576caf80e5d709817 /emcc
parentc762495c9122a33531fa81652ea39166a6865bc6 (diff)
Document -Wno-warn-absolute-paths for emcc --help.
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc6
1 files changed, 6 insertions, 0 deletions
diff --git a/emcc b/emcc
index 6c6c8adb..ca715542 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 <target>), defines what will
be generated: