diff options
| author | Michael Forney <mforney@mforney.org> | 2020-01-29 16:37:52 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-01-29 22:14:33 -0800 |
| commit | 08cca5431f4183d54505ce89f2cac4815fdce7b5 (patch) | |
| tree | 95e8e6f3bc2255c1c9d20306789e817723c884d2 /config.def.lua | |
| parent | f0f72311369f081643a6cab775b168f1f8222345 (diff) | |
Move toolchain config into config.lua
Diffstat (limited to 'config.def.lua')
| -rw-r--r-- | config.def.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.lua b/config.def.lua index e05277e4..feb7be5c 100644 --- a/config.def.lua +++ b/config.def.lua @@ -14,7 +14,7 @@ return { -- target toolchain and flags target={ - toolchain='x86_64-linux-musl', + platform='x86_64-linux-musl', cflags='-O2 -pipe -fpie', ldflags='-s -static -pie', pie=true @@ -22,7 +22,6 @@ return { -- host toolchain and flags host={ - toolchain='default', cflags='-pipe', ldflags='', }, |
