In C++ compiler options there are two deprecated options:
Accept $ in identifiers
Use heuristics to compile faster
First of them represents -fdollar-in-identifiers GCC
parameter and the second one is -fsave-memoized. Both
of them seems to be no longer valid parameters in GCC
3.4.x. Dev-C++ 4.9.9.2 with GCC included returns error
message
"unrecognized command line option" when I am trying to
compile C++ project with this options on. I think this
options should be removed from GUI.
Project will not compile when you enable heuristics or $ in identifiers with GCC 3.4.x