Changeset 1764 for branches/alma
- Timestamp:
- 07/07/10 14:11:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/apps/Makefile
r1763 r1764 17 17 18 18 # compiler flags 19 CXXFLAGS := -fPIC -O3 -g -Wl,-rpath=$(CASALIB)19 CXXFLAGS := -fPIC -O3 -g 20 20 CXXFLAGS += -ansi -Wno-long-long -Wall 21 CXXFLAGS := -Xlinker -rpath -Xlinker $(CASALIB) 21 22 22 # darwin specific flags23 ifeq "$(CASAARCH)" "darwin"24 # CXXFLAGS += -Wno-long-double25 endif26 23 27 24 INCDIRS := -I$(COREINCD)
Note:
See TracChangeset
for help on using the changeset viewer.