#630: Confusing instructions for building LLVM? ----------------------------------------+----------------------------------- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- In the README:
https://www.macruby.org/trac/browser/MacRuby/trunk/README.rdoc It gives one command for the "normal" build: $ env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc CXX=/usr/bin/g++ make and a rather different one for the optimized build: $ UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make -j2 i.e., the "env" command and "ENABLE_OPTIMIZED=1". Is there a reason for them to be different, or is that just historical baggage? -- Ticket URL: <http://www.macruby.org/trac/ticket/630> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel