summaryrefslogtreecommitdiff
path: root/community/ldc/ldc2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/ldc/ldc2.conf')
-rw-r--r--community/ldc/ldc2.conf18
1 files changed, 18 insertions, 0 deletions
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"
+ ];
+};