Skip to content

Commit

Permalink
Update reggaefile
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Jan 18, 2024
1 parent 899788b commit b012066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reggaefile.d
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import reggae;
import std.typecons;

alias lib = dubTarget!();
alias ut = dubTestTarget!(CompilationMode.options, Yes.coverage);
alias asan = dubConfigurationTarget!(
alias lib = dubBuild!();
alias ut = dubTest!(CompilationMode.options, Yes.coverage);
alias asan = dubBuild!(
Configuration("asan"),
CompilerFlags("-unittest -cov -fsanitize=address"),
LinkerFlags("-fsanitize=address"),
Expand Down

0 comments on commit b012066

Please sign in to comment.