Skip to content

Commit

Permalink
meson.build: bring back -static
Browse files Browse the repository at this point in the history
oops!

Fixes: 9db71d4 ("debugcc: switch to meson")
Signed-off-by: Konrad Dybcio <[email protected]>
  • Loading branch information
konradybcio committed Jan 25, 2024
1 parent b345f9a commit cf2b67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ debugcc_srcs += configure_file(

executable('debugcc',
debugcc_srcs,
c_args : '-Wl,-static,-static-libgcc',
install: true)

0 comments on commit cf2b67a

Please sign in to comment.