diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-05 19:24:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-06 01:24:36 -0700 |
| commit | f16ecebbc4902851f0d3df33981f194dc33d2867 (patch) | |
| tree | 656d802ae24d9f54afefab6a94a4f7eb2cbd8f5a /config.def.lua | |
| parent | 14132f8c4db800ed4be2cd162f9f6fa4cd487d35 (diff) | |
No C++ components anymore
Diffstat (limited to 'config.def.lua')
| -rw-r--r-- | config.def.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.lua b/config.def.lua index e29faae4..f4c7a2b7 100644 --- a/config.def.lua +++ b/config.def.lua @@ -16,7 +16,6 @@ return { target={ toolchain='x86_64-linux-musl', cflags='-O2 -pipe -fpie', - cxxflags='$target_cflags', ldflags='-s -static -pie', pie=true }, @@ -25,7 +24,6 @@ return { host={ toolchain='default', cflags='-pipe', - cxxflags='$host_cflags', ldflags='', }, |
