(9 out of 44)
Makefile.$SA_USER_CFLAGS
Synopsis
Flags passed to your C or C++ compiler
Description
An option used by Sapphire/Web when generating the Makefile that defines how to build the CGI executable. This option will be added to the command line that invokes your C/C++ compiler. Note that this option can not be placed into a config file.
Permitted Values
Any command line option accepted by your C or C++ compiler
Example Value
-g -DDEBUG
(9 out of 44)