]> git.proxmox.com Git - libtpms.git/commit
build-sys: Allow user to pass CFLAGS
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 7 Jan 2019 22:56:01 +0000 (17:56 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Wed, 9 Jan 2019 16:51:41 +0000 (11:51 -0500)
commitd9ea4ea3c30a034b83c7976534a9a1a1681106e7
treed578399eea6a22d933744e694d5dc6da332d69e0
parent139925229dc79675de5ec346eb4d84b7439ebea6
build-sys: Allow user to pass CFLAGS

Allow the user to pass in the CFLAGS. Previously they were overwritten
with -O2 -g, which are the default CFLAGS if none are passed.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
configure.ac