Commit 9b35001
committed
Build debugcc as a dynamically linked binary
debugcc is currently linked statically using -static and -static-libgcc.
This is not required for normal use and causes issues for distributions
that prefer dynamically linked binaries, such as larger binaries and
duplicated runtime code that would otherwise be shared.
Drop the explicit static link flags and allow Meson to use the default
toolchain behaviour so that debugcc is built as a dynamically linked
binary instead.
Signed-off-by: Christopher Obbard <[email protected]>1 parent a01ea9e commit 9b35001
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
0 commit comments