aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-07-11 21:56:43 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-07-11 23:45:35 -0400
commit98d439a704fcf41ebc6534bf44a20afafd15053e (patch)
treea236437c5524e1f09329d9b33703b5a5dea2d0cc /dub.json
parentflake nix build dub, set HOME, dub >= 1.31.0 fix (diff)
flake.nix minor
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/dub.json b/dub.json
index 56a548d..2a2369d 100644
--- a/dub.json
+++ b/dub.json
@@ -16,7 +16,7 @@
"buildTypes": {
"dmd": {
"dflags": [ "-J=views", "-I=src" ],
- "buildOptions": [ "inline", "verbose" ],
+ "buildOptions": [ "inline", "verbose" ],
"buildRequirements": [ "allowWarnings" ]
},
"ldc2": {
@@ -26,7 +26,7 @@
},
"ldmd2": {
"dflags": [ "-O2", "-boundscheck=on", "-J=views", "-I=src", "-color=on" ],
- "buildOptions": [ "optimize", "inline", "verbose" ],
+ "buildOptions": [ "optimize", "inline", "verbose" ],
"buildRequirements": [ "allowWarnings" ]
},
"gdc": {
@@ -41,8 +41,8 @@
}
},
"dependencies": {
- "spine_search:arsd.cgi": "*",
- "spine_search:d2sqlite3": "*"
+ "spine_search:arsd.cgi": "*",
+ "spine_search:d2sqlite3": "*"
},
"subPackages": [
{