From cf2b67ae78792348ac2d0aa7cdce720dfea1a558 Mon Sep 17 00:00:00 2001 From: Konrad Dybcio Date: Thu, 25 Jan 2024 11:28:11 +0100 Subject: [PATCH] meson.build: bring back -static oops! Fixes: 9db71d48e85a ("debugcc: switch to meson") Signed-off-by: Konrad Dybcio --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index ede5a65..a99654e 100644 --- a/meson.build +++ b/meson.build @@ -60,4 +60,5 @@ debugcc_srcs += configure_file( executable('debugcc', debugcc_srcs, + c_args : '-Wl,-static,-static-libgcc', install: true)