Compiler options not passed to C++ compiler
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
Using 4.9.9.2 with Windows 2000.
Opened old project (works with 4.9.7.0)
has compiler options set (which worked), but they are
not effective in the new version.
In Project > Project Options > Parameters
the old compiler options show in left-hand "Compiler:"
area.
Makefile.win shows
the Compiler options in the CFLAGS variable, and
CXXFLAGS = $(CXXINCS)
without using the CFLAGS.
CFLAGS is also not used in the compile rules.
Work-around: cut and paste options from "Compiler:"
area to
"C++ compiler" area.
Suggestion: either include CFLAGS by default in
CXXFLAGS, or use CFLAGS in the compile rules.