Created by: fhahn
Currently, if DEBUG is set, OPT_CFLAGS gets set to -DDEBUG which overrides the optimization options in OPT_CFLAGS. This patch adds -DDEBUG to the existing OPT_CFLAGS, enabling optimization of samples in case DEBUG is set.
Created by: fhahn
Currently, if DEBUG is set, OPT_CFLAGS gets set to -DDEBUG which overrides the optimization options in OPT_CFLAGS. This patch adds -DDEBUG to the existing OPT_CFLAGS, enabling optimization of samples in case DEBUG is set.