Great! Yes, that flag was flipped, so that the default is to not warn. It can be turned on by -Wwarn-absolute-paths.
On Wed, Oct 21, 2015 at 3:24 PM, Floh <[email protected]> wrote: > Tested with the Oryol demos, and everything's working. > > Most sample .js files have actually become about 10% smaller > (uncompressed)! > > And I guess the -Wno-warn-absolute-paths option has been removed? I'm now > getting a warning that this option is unknown, removing this from my build > files gets rid of the warning, and there is also no longer a warning about > absolute paths. > > So basically all looking good here :) > -Floh. > > > Am Mittwoch, 21. Oktober 2015 02:43:19 UTC+2 schrieb Alon Zakai: >> >> The incoming branch has just received a merge of upstream LLVM. This >> brings us to around 2 months ago on trunk, and bumps the LLVM version to >> 3.8 (current dev version). >> >> For more details, see >> >> https://github.com/kripken/emscripten/issues/3856 >> >> tl;dr is >> >> * We're moving to base ourselves off of upstream LLVM instead of PNaCl >> (see link for why), which this first merge accomplishes. >> * There are some nice improvements from LLVM in this merge, e.g. zlib >> becomes 3% faster. >> * We'll probably do more frequent merges from LLVM going forward. >> >> The merge passes all tests locally for me. Please test and report any >> problems. >> >> - Alon >> >> -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
