diff options
-rwxr-xr-x | emcc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -514,6 +514,8 @@ Options that are modified or new in %s include: will by default generate an output name 'dir/a.o', but this cmdline param can be passed to generate a file with a custom suffix 'dir/a.ext'. + --valid_abspath path Whitelist an absolute path to prevent warnings about + absolute include paths. The target file, if specified (-o <target>), defines what will be generated: |