[MacRuby-devel] [MacRuby] #630: Confusing instructions for building LLVM?
MacRuby
ruby-noreply at macosforge.org
Fri Mar 12 12:09:35 PST 2010
#630: Confusing instructions for building LLVM?
----------------------------------------+-----------------------------------
Reporter: ernest.prabhakar@… | Owner: lsansonetti@…
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/>
More information about the MacRuby-devel
mailing list