Skip to content

Commit

Permalink
fix: remove dub preview flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 5, 2024
1 parent 79fc1fa commit 04ab0c8
Show file tree
Hide file tree
Showing 4 changed files with 5,319 additions and 5,095 deletions.
4 changes: 0 additions & 4 deletions .npmrc

This file was deleted.

5 changes: 1 addition & 4 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ configuration "benchmark" {

# -------- Build Options and configurations --------

// enables all disp except =nosharedaccess
dflags "-vgc" "-preview=dip25" "-preview=dip1000" "-preview=dip1008" "-preview=fieldwise" "-preview=fixAliasThis" "-preview=intpromote" "-preview=rvaluerefparam" "-preview=in"
/* dflags "-preview=inclusiveincontracts" platform="dmd" // only on dmd */
/* dflags "-preview=dip1021" platform="posix-ldc" // "breaks the build */
dflags "-vgc"

buildType "release-nobounds" {
buildOptions "releaseMode" "optimize" "inline" "noBoundsCheck"
Expand Down
4 changes: 2 additions & 2 deletions dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"versions": {
"automem": "0.6.7",
"despacer": {"path":"src/native/despacer/bindings/d"},
"test_allocator": "0.3.3",
"unit-threaded": "2.0.3"
"test_allocator": "0.3.4",
"unit-threaded": "2.2.0"
}
}
Loading

0 comments on commit 04ab0c8

Please sign in to comment.