Skip to content

Commit ae729f1

Browse files
committed
Add missing ldc2.conf
1 parent 52b52f5 commit ae729f1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gettimeofday/ldc2.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
default:
2+
{
3+
switches = [
4+
"--betterC",
5+
"--float-abi=soft",
6+
"--relocation-model=static",
7+
"--defaultlib=",
8+
"--preview=dip1000"
9+
];
10+
post-switches = [
11+
"-I%%ldcbinarypath%%/../import",
12+
];
13+
lib-dirs = [];
14+
}

0 commit comments

Comments
 (0)