]> git.tuebingen.mpg.de Git - lopsub.git/commit
build: Improve handling of compiler options.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Apr 2021 22:56:16 +0000 (00:56 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 28 Apr 2021 21:16:13 +0000 (23:16 +0200)
commit73d2280b56e07b3115c14deaa994114a462afd33
tree2667f48c1b982ecb5e652885682413188b7142a7
parentc1840c5bb555ba09c09bdeb2f29305681038317f
build: Improve handling of compiler options.

Introduce LLS_CFLAGS and STRICT_CFLAGS to avoid duplicating the flags
in the various cc recipes. We don't touch CFLAGS or CPPFLAGS in the
Makefile but include it the cc commands to let the user override
our settings.
Makefile