From 1d0d7aa1e250616385bce94b4d23f53b3d7b29e2 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Aug 2013 01:41:32 -0700 Subject: Mon Aug 26 01:39:20 PDT 2013 --- community/ldc/ldc2.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 community/ldc/ldc2.conf (limited to 'community/ldc/ldc2.conf') diff --git a/community/ldc/ldc2.conf b/community/ldc/ldc2.conf new file mode 100644 index 000000000..8fe82063c --- /dev/null +++ b/community/ldc/ldc2.conf @@ -0,0 +1,18 @@ +// This configuration file uses libconfig. +// See http://www.hyperrealm.com/libconfig/ for syntax details. + +// The default group is required +default: +{ + // 'switches' holds array of string that are appends to the command line + // arguments before they are parsed. + switches = [ + "-I/usr/include/dlang/ldc/ldc", + "-I/usr/include/dlang/ldc", + "-L-L/usr/lib", + "-L-L/usr/lib32", + "-L--no-warn-search-mismatch", + "-defaultlib=lphobos", + "-debuglib=lphobos-debug" + ]; +}; -- cgit v1.2.3-54-g00ecf