Skip to content

Commit

Permalink
build: remove dip flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jul 3, 2024
1 parent af39103 commit 26b38dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ dependency "bc-string" version="1.4.0"

// -------- Build Options and configurations --------

// enables most of the dips
dflags "-preview=dip25" "-preview=dip1000" "-preview=dip1008" "-preview=fieldwise" "-preview=fixAliasThis" "-preview=intpromote" "-preview=rvaluerefparam" "-preview=in"
/* dflags "-preview=dip1021" */ // causes random crashes
/* dflags "-preview=inclusiveincontracts" platform="dmd" // only on dmd */

buildType "release" {
dflags "-vgc" "--flto=full" "--ffast-math" "--linkonce-templates" platform="ldc"
buildOptions "releaseMode" "optimize" "inline"
Expand Down

0 comments on commit 26b38dd

Please sign in to comment.