Cpp suggestions - #741
Open
asarhaddon wants to merge 19 commits into
Open
Conversation
Compute system name with only one subprocess. Use predefined Make rules and variables when possible. Keep *FLAGS from the environment or command line. Allow the Make command line to override for example the -O option. Split LDLIBS from LDFLAGS and CPPFLAGS from CXXFLAGS. Pass compiler flags to the linker (this is necessary for -Og, safe otherwise).
Best viewed with `git diff -b`, only the indentation changes. This will help when applying the same patch to each step.
Hello. Here are some suggestions for the c++ implementation.