Skip to content

Commit

Permalink
Remove LDC build flag
Browse files Browse the repository at this point in the history
as duplication of the flag makes dependent builds fail
  • Loading branch information
burner committed Sep 8, 2023
1 parent 8d21e4b commit 40124f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"nullablestore": ">=2.1.0"
},
"dflags": [ "-d"],
"dflags-ldc": ["-d", "-ftime-trace", "-ftime-trace-file=$PACKAGE_DIR/trace.json", "-wi"],
"dflags-ldc": ["-d", "-wi"],
"description": "A library to handle the GraphQL Protocol",
"copyright": "Copyright © 2019, Robert burner Schadek",
"license": "LGPL3"
Expand Down

0 comments on commit 40124f7

Please sign in to comment.