mirror of https://github.com/adamdruppe/arsd.git
try to make reggae work
This commit is contained in:
parent
90fd6b7de9
commit
27bb315fe0
|
@ -0,0 +1,17 @@
|
||||||
|
import reggae;
|
||||||
|
|
||||||
|
enum commonFlags = "-w -g -debug";
|
||||||
|
|
||||||
|
alias default_ = dubDefaultTarget!(
|
||||||
|
CompilerFlags(commonFlags),
|
||||||
|
LinkerFlags(),
|
||||||
|
CompilationMode.module_,
|
||||||
|
);
|
||||||
|
|
||||||
|
alias ut = dubTestTarget!(
|
||||||
|
CompilerFlags(commonFlags),
|
||||||
|
LinkerFlags(),
|
||||||
|
CompilationMode.module_,
|
||||||
|
);
|
||||||
|
|
||||||
|
mixin build!(default_, ut);
|
Loading…
Reference in New Issue