Skip to content

Commit

Permalink
Remove deprecated or redundant compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel committed Sep 12, 2022
1 parent bc29106 commit 42e825d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ targetPath "build"
targetType "library"

buildOptions "betterC"
dflags "-preview=dip1000" "-preview=dip25"
dflags "-preview=fieldwise"
dflags "-preview=markdown"
dflags "-preview=fixAliasThis"
dflags "-preview=intpromote"
dflags "-preview=dtorfields"
dflags "-preview=dip1000"
dflags "-mixin=build/mixin.d"

sourcePaths // no default sourcepath
Expand Down

0 comments on commit 42e825d

Please sign in to comment.