Projects

Ticket #630 (closed defect: fixed)

Opened 5 months ago

Last modified 3 months ago

Confusing instructions for building LLVM?

Reported by: ernest.prabhakar@… Owned by: lsansonetti@…
Priority: minor Milestone:
Component: MacRuby Keywords:
Cc:

Description

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?

Change History

Changed 3 months ago by pthomson@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in r4107.

Note: See TracTickets for help on using tickets.