Code

configure: Make "standards" and "hardening" flags part of STRICT_CFLAGS.
authorSebastian Harl <sh@tokkee.org>
Mon, 24 Feb 2014 01:43:58 +0000 (17:43 -0800)
committerSebastian Harl <sh@tokkee.org>
Mon, 24 Feb 2014 01:43:58 +0000 (17:43 -0800)
commit1beb6318ba644982a2cebd68148f4d70a514cf9d
treeb03d38478361a200431ec7aba13cd648fcc61462
parent919214f215964cb9087ce293171ab88c4715f634
configure: Make "standards" and "hardening" flags part of STRICT_CFLAGS.

Most importantly, don't assign them to CFLAGS which might be overwritten when
running make, thus leaving out the flags which were originally requested to be
used.
configure.ac