[MacRuby] #630: Confusing instructions for building LLVM?
#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/>
#630: Confusing instructions for building LLVM? ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------------+----------------------------------- Changes (by pthomson@…): * status: new => closed * resolution: => fixed Comment: Fixed in r4107. -- Ticket URL: <http://www.macruby.org/trac/ticket/630#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby