devtools: reset compilation flags for each target
authorDavid Marchand <david.marchand@redhat.com>
Wed, 2 Oct 2019 16:55:47 +0000 (18:55 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 27 Nov 2019 23:33:58 +0000 (00:33 +0100)
commitbd711af366273ddcb78d4a877feac578b7040e81
tree6928f0d6d3ef3aedd9891cb08a5baf79ed393f36
parent808b3fce7ed76572b16b699d2845c3e83d9f59e7
devtools: reset compilation flags for each target

Same idea than overriding PATH and PKG_CONFIG_PATH, it can be quite
useful to override compilation flags like CFLAGS, CPPFLAGS and LDFLAGS
for cross compilation or libraries that won't provide a pkg-config file.

Fixes: 272236741258 ("devtools: load target-specific compilation environment")

Signed-off-by: David Marchand <david.marchand@redhat.com>
devtools/test-meson-builds.sh