OPENDAP/bes

--enable-developer overwrites command line CXXFLAGS, after promising not to...

captainkirk99 opened this issue · 0 comments

We have option:

AC_ARG_ENABLE([developer],
    [AS_HELP_STRING([--enable-developer],
    [Developer mode: Won't override CXXFLAGS on the command line])]
)

However, in spite of that fine promise, it does in fact override CXXFLAGS on the command line. ;-)