diff --git a/dub.json b/dub.json index 737f713..2431997 100644 --- a/dub.json +++ b/dub.json @@ -13,6 +13,6 @@ { "debug": { "buildOptions": ["debugMode"] }, "release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] }, - "profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] }, - }, + "profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] } + } }