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