Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 3630bd54ed0bbfd5894fbf072495d416 > files > 2

ldc-2-24.20120624gitcef19fb.fc17.i686.rpm

// 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/d/ldc",
        "-I/usr/include/d",
        "-L-L/usr/lib", 
        "-defaultlib=phobos-ldc",
        "-debuglib=phobos-ldc"
    ];
};