We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b52f5 commit 3d9eb2cCopy full SHA for 3d9eb2c
gettimeofday/dub.sdl
@@ -4,5 +4,4 @@ license "BSL-1.0"
4
targetType "staticLibrary"
5
targetPath "lib"
6
targetName "gettimeofday_d"
7
-dflags "--betterC" "--float-abi=soft" "--relocation-model=static" "--preview=dip1000" platform="ldc"
8
dependency "zephyr-core" path="../zephyr-core"
gettimeofday/ldc2.conf
@@ -0,0 +1,14 @@
1
+default:
2
+{
3
+ switches = [
+ "--betterC",
+ "--float-abi=soft",
+ "--relocation-model=static",
+ "--defaultlib=",
+ "--preview=dip1000"
9
+ ];
10
+ post-switches = [
11
+ "-I%%ldcbinarypath%%/../import",
12
13
+ lib-dirs = [];
14
+}
0 commit comments