Age | Commit message (Collapse) | Author |
|
|
|
calling make in shared.py.
|
|
line that was attempted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1895; enable crankshaft in js optimizer for additional speed
|
|
|
|
eliminator, to allow optimizing very large files without node hitting out-of-memory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Extract check_clang_version into an own function and correct checking so...
|
|
|
|
|
|
|
|
|
|
- Prevent file handle leaking
- Print first error log when second build attempt fails (way easier to debug/analyze)
|
|
|
|
works with Debian, too.
Version string in Debian is: "Debian clang version"!
|
|
|
|
|
|
Some distributions in order to have multiple version of the same
tool add the version to the binary. Teach emscripten about
an environment variable called LLVM_ADD_VERSION that add the version
to the binary when building its path.
This let me use emscripten on debian sid.
|
|
checks in EMCC_DEBUG mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emcc
|
|
|
|
emlibtool is a big TODO right now. The only reason this was
not causing problems is that autotools-generated configure does
NOT get libtool from environment variables.
|
|
Such that:
1. Packages installed into system/ or system/local are found
by configure.
2. System packages are NOT found.
This can be a pain sometimes. Can be overriden by setting
EM_PKG_CONFIG_PATH to additional locations.
|