We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c04bc12 + d14234f commit 6444cf9Copy full SHA for 6444cf9
meson.build
@@ -60,5 +60,5 @@ debugcc_srcs += configure_file(
60
61
executable('debugcc',
62
debugcc_srcs,
63
- c_args : '-Wl,-static,-static-libgcc',
+ link_args: ['-static','-static-libgcc'],
64
install: true)
0 commit comments