fastbuild: remove -O0
this is the default in zig cc now
This commit is contained in:
parent
bfa994e2ee
commit
64a7007a23
@ -75,7 +75,7 @@ def _compilation_mode_features(ctx):
|
|||||||
actions = actions,
|
actions = actions,
|
||||||
flag_groups = [
|
flag_groups = [
|
||||||
flag_group(
|
flag_group(
|
||||||
flags = ["-fno-lto", "-Wl,-S", "-O0"],
|
flags = ["-fno-lto", "-Wl,-S"],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user