Default to Clean true in CompilerOptions

This commit is contained in:
Ettore Di Giacinto 2020-01-05 15:52:05 +01:00
parent ee055e08b1
commit d23e1dee78
No known key found for this signature in database
GPG Key ID: 1ADA699B145A2D1C

View File

@ -57,6 +57,7 @@ func NewDefaultCompilerOptions() CompilerOptions {
CompressionType: None,
KeepImg: true,
Concurrency: runtime.NumCPU(),
Clean: true,
}
}