aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-30 01:16:55 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-03 07:46:28 -0300
commit55e3c5879e1e14daa3ae834a76b9fdfab32554bd (patch)
tree1c8b20318bc51653a80fa32104593fb4cec0bea2 /configure
parentMerge pull request #5488 from kmk3/configure-fix-format-misc (diff)
downloadfirejail-55e3c5879e1e14daa3ae834a76b9fdfab32554bd.tar.gz
firejail-55e3c5879e1e14daa3ae834a76b9fdfab32554bd.tar.zst
firejail-55e3c5879e1e14daa3ae834a76b9fdfab32554bd.zip
configure*: print CC and CFLAGS
Currently, only EXTRA_CFLAGS and EXTRA_LDFLAGS are printed. See also the variables defined on config.mk.in.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 4c9ed1a36..523128f87 100755
--- a/configure
+++ b/configure
@@ -5258,6 +5258,8 @@ fi
5258cat <<EOF 5258cat <<EOF
5259 5259
5260Compile options: 5260Compile options:
5261 CC: $CC
5262 CFLAGS: $CFLAGS
5261 EXTRA_CFLAGS: $EXTRA_CFLAGS 5263 EXTRA_CFLAGS: $EXTRA_CFLAGS
5262 EXTRA_LDFLAGS: $EXTRA_LDFLAGS 5264 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
5263 fatal warnings: $HAVE_FATAL_WARNINGS 5265 fatal warnings: $HAVE_FATAL_WARNINGS