Thank you, I used CXXFLAGS in my case :) Le vendredi 29 avril 2016 16:29:28 UTC+2, Brion Vibber a écrit : > > I believe you'd treat them like other compiler/linker options by putting > them into a CFLAGS (for C->bitcode) or LDFLAGS (for C/bitcode->JS) var. > Something like this might work: > > emconfigure ./configure --blahblah LDFLAGS='-s FORCE_FILESYSTEM=1' > > -- brion > > > On Fri, Apr 29, 2016 at 2:54 AM, Alexandre Perrot <alexandr...@gmail.com > <javascript:>> wrote: > >> Hello, >> >> Since commit a9dceb6a1089dae8e718a9f59a9223d153b004ff introduced the >> FORCE_FILESYSTEM option, I can't compile cppunit with emscripten anymore. >> >> I was able to track the bug to the usage of the FORCE_FILESYSTEM option. >> It is needed during execution of the configure script. >> If I force the option to 1 in settings.js, it compiles fine. >> >> How can I pass this option to emconfigure on the command line ? >> >> -- >> 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 emscripten-discuss+unsubscr...@googlegroups.com <javascript:>. >> 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 emscripten-discuss+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.