mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
early memcpyopt
This commit is contained in:
@@ -873,7 +873,7 @@ void init_build_context(TargetMetrics *cross_target) {
|
||||
// -memcpyopt: MemCpy optimization
|
||||
}
|
||||
if (bc->ODIN_DEBUG == false) {
|
||||
opt_flags = gb_string_appendc(opt_flags, "-mem2reg -memcpyopt -die ");
|
||||
opt_flags = gb_string_appendc(opt_flags, "-mem2reg -die ");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user