From e895879eac788f1d59a68d4d0ef7f3788e159842 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 6 Aug 2021 02:23:55 +0100 Subject: compile_flags.txt.do: use target flags for now --- compile_flags.txt.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_flags.txt.do b/compile_flags.txt.do index c1ce1ba..e43c8e4 100755 --- a/compile_flags.txt.do +++ b/compile_flags.txt.do @@ -2,4 +2,4 @@ set -e redo-ifchange .vars.rc . ./.vars.rc -printf '%s\n' "${CFLAGS[@]}" "${CPPFLAGS[@]}" >"$3" +printf '%s\n' "${TCFLAGS[@]}" "${TCPPFLAGS[@]}" >"$3" -- cgit v1.2.3-54-g00ecf