aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-07-17 18:17:14 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-07-17 18:17:14 -0700
commit1f4ad8a57b7762e9db3209fd84cedeb54cb8336d (patch)
tree4d3876f352c93798bc761abc6c5d6b4bb9748a18
parent19ac7edd383be61338a1ffbc05edbb07dd7b5015 (diff)
mention that .mem must be alongside .js
-rwxr-xr-xemcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/emcc b/emcc
index e5d9ca77..8ad2adad 100755
--- a/emcc
+++ b/emcc
@@ -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