summarylogtreecommitdiffstats
path: root/ldc2.conf
blob: efbb7df7818eb16f3bff0d8ba50c5fbc74133d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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-git/ldc",
        "-I/usr/include/dlang/ldc-git",
        "-L-L/usr/lib",
        "-L-L/usr/lib32",
        "-L--no-warn-search-mismatch",
        "-defaultlib=lphobos2-git,ldruntime-git",
        "-debuglib=lphobos2-git-debug,ldruntime-git-debug"
    ];
};