Compilation flags

The compilation flags section of the makefile contains the default compilation flags stored in the CompileSwitches property.

For example, the default content of the compilation flags section of a C++ makefile for the Microsoft environment is as follows:

################### Compilation flags ##################
#######################################################
INCLUDE_QUALIFIER=/I
LIB_PREFIX=MS

Feedback