From f16ecebbc4902851f0d3df33981f194dc33d2867 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Jul 2019 19:24:04 -0700 Subject: No C++ components anymore --- config.def.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.def.lua') 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='', }, -- cgit v1.2.3