]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Rename DEBUG_CPPFLAGS to STRICT_CFLAGS.
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Apr 2014 23:22:53 +0000 (23:22 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Oct 2014 12:15:54 +0000 (13:15 +0100)
commit46643240d1da0627cac9275117b9df6900958f39
tree2a9fcbc3c46c324fe83ec08ad24e4511baa9659b
parent14ca5388a4a1594e69069fb06d7e68efeb026c95
build: Rename DEBUG_CPPFLAGS to STRICT_CFLAGS.

This variable is a misnomer for two reasons: First, its purpose is
unrelated to debugging. We just prefer to compile our own source
files with more strict flags than the flags used for the generated
*.cmdline.c files. Compiling those with the strict flags would
result in warnings we can not fix anyway. Second, these flags are
no preprocessor flags but compiler flags. So STRICT_CFLAGS is more
appropriate than DEBUG_CPPFLAGS.
Makefile.real