Skip to content

Commit cf2b67a

Browse files
committed
meson.build: bring back -static
oops! Fixes: 9db71d4 ("debugcc: switch to meson") Signed-off-by: Konrad Dybcio <[email protected]>
1 parent b345f9a commit cf2b67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ debugcc_srcs += configure_file(
6060

6161
executable('debugcc',
6262
debugcc_srcs,
63+
c_args : '-Wl,-static,-static-libgcc',
6364
install: true)

0 commit comments

Comments
 (0)