Changeset 997


Ignore:
Timestamp:
04/06/06 13:47:36 (18 years ago)
Author:
mar637
Message:

added -Wall, removed debug -g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r988 r997  
    1 TARGET   := /tmp/asap/_asap.so
     1TARGET   := /tmp/_asap.so
    22
    33# the casa environment AIPSPATH has to be defined
     
    1414
    1515# compiler flags
    16 CXXFLAGS := -fPIC -g
    17 CXXFLAGS += -ansi -pedantic -Wno-long-long
     16CXXFLAGS := -fPIC -O3
     17CXXFLAGS += -ansi -pedantic -Wno-long-long -Wall
    1818CXXOPTS := -DAIPS_NO_TEMPLATE_SRC
    1919
Note: See TracChangeset for help on using the changeset viewer.