From f6f5f31067cdee2d7003d8209361ac9e5b6975c5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 13 Jun 2021 12:42:52 +0200 Subject: Use vfork/exec instead of system for compiler invocation. --- libcppbuild.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcppbuild.h') diff --git a/libcppbuild.h b/libcppbuild.h index e9599fc..e4a7801 100644 --- a/libcppbuild.h +++ b/libcppbuild.h @@ -7,8 +7,8 @@ struct BuildConfiguration { std::string target; std::vector sources; - std::string cxxflags; - std::string cflags; + std::vector cxxflags; + std::vector cflags; std::string ldflags; }; -- cgit v1.2.3