diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/mc/config.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mc/config.myr b/pkg/mc/config.myr index a3bf6a69..089ae6cb 100644 --- a/pkg/mc/config.myr +++ b/pkg/mc/config.myr @@ -5,7 +5,7 @@ pkg config = const Instroot = "/" const Objsuffix = ".o" const Arcmd = ["ar", "-rcs"] - const Ascmd = ["as", "-g"] + const Ascmd = ["as"] const Directlib = false const Runtime = "_myrrt.o" const Sharepath = "share" |
