Changeset 997 for trunk/src/Makefile
- Timestamp:
- 04/06/06 13:47:36 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r988 r997 1 TARGET := /tmp/ asap/_asap.so1 TARGET := /tmp/_asap.so 2 2 3 3 # the casa environment AIPSPATH has to be defined … … 14 14 15 15 # compiler flags 16 CXXFLAGS := -fPIC - g17 CXXFLAGS += -ansi -pedantic -Wno-long-long 16 CXXFLAGS := -fPIC -O3 17 CXXFLAGS += -ansi -pedantic -Wno-long-long -Wall 18 18 CXXOPTS := -DAIPS_NO_TEMPLATE_SRC 19 19
Note:
See TracChangeset
for help on using the changeset viewer.