From 20d4874735272054890aa1b57fb39b73486cfd22 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Fri, 16 Aug 2013 12:19:51 -0600 Subject: add static_link flag to move control from the core code to the config file. --- config/llvm.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/llvm.conf') diff --git a/config/llvm.conf b/config/llvm.conf index 37cab709..71c8788b 100644 --- a/config/llvm.conf +++ b/config/llvm.conf @@ -4,3 +4,7 @@ depends="" # This is a list of default flags always supplied to configure default_configure_flags="" + +# If yes, only static linking will be used +static_link=yes + -- cgit v1.2.3