diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-07-17 18:17:14 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-07-17 18:17:14 -0700 |
commit | 1f4ad8a57b7762e9db3209fd84cedeb54cb8336d (patch) | |
tree | 4d3876f352c93798bc761abc6c5d6b4bb9748a18 | |
parent | 19ac7edd383be61338a1ffbc05edbb07dd7b5015 (diff) |
mention that .mem must be alongside .js
-rwxr-xr-x | emcc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -511,6 +511,9 @@ Options that are modified or new in %s include: called at that time. You can also call addOnPreMain from a preRun.) (default in -O2+) + Note the .mem file should be in the same + directory as the .js file when the code is run. + -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 |