From 98d439a704fcf41ebc6534bf44a20afafd15053e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 11 Jul 2023 21:56:43 -0400 Subject: flake.nix minor --- dub.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dub.json') 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": [ { -- cgit v1.2.3