diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2013-08-08 10:07:25 +0300 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-08-08 10:07:25 +0300 |
commit | a1ff714e1a1b130f607392006e5c5ab39bdfa662 (patch) | |
tree | 3081a5aad2f3c501c453351576caf80e5d709817 /emcc | |
parent | c762495c9122a33531fa81652ea39166a6865bc6 (diff) |
Document -Wno-warn-absolute-paths for emcc --help.
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |