Changeset 1764


Ignore:
Timestamp:
07/07/10 14:11:30 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a bug fix)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: gmake; gmake install @$ASAPROOT on osx

Put in Release Notes: No

Module(s): asap2to3

Description: fixed a bug for osx


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/apps/Makefile

    r1763 r1764  
    1717
    1818# compiler flags
    19 CXXFLAGS := -fPIC -O3 -g -Wl,-rpath=$(CASALIB)
     19CXXFLAGS := -fPIC -O3 -g
    2020CXXFLAGS += -ansi -Wno-long-long -Wall
     21CXXFLAGS := -Xlinker -rpath -Xlinker $(CASALIB)
    2122
    22 # darwin specific flags
    23 ifeq "$(CASAARCH)" "darwin"
    24 #   CXXFLAGS += -Wno-long-double
    25 endif
    2623
    2724INCDIRS   := -I$(COREINCD)
Note: See TracChangeset for help on using the changeset viewer.