summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-02-17 23:17:24 -0800
committerMichael Forney <mforney@mforney.org>2017-02-17 23:18:22 -0800
commit517367a12fe217976d31244586f32daf7164f6d3 (patch)
tree952b00bdc441ebcaee10250d2874fdfcb8a64914 /pkg
parent49db8184295aa23a95a75f887b5e85b602a976e1 (diff)
mc: Drop -g from Ascmd
Diffstat (limited to 'pkg')
-rw-r--r--pkg/mc/config.myr2
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"