Rev 58 | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################
### This is the configuration file where we tell make which compiler
### to use and whether we want to go for a debug or release version
######################################################################
# C++ compiler (may be left blank - in this case, I guess which compiler
# to use from a list of options.
CXX =
# Target (debug or release)
# it makes more sense in some cases to specify this on the command line
# using "make TARGET=release" or by specifying the target in the environment
# hence, I suggest you do not use this config file to specify the target.
#TARGET = debug
#TARGET = release