Skip to content

Commit

Permalink
Remove commented out -O2 flag in build.zig
Browse files Browse the repository at this point in the history
(fix of commit 2666e3e)

PR #598 (bdwgc).

* build.zig (build): Remove FIXME along with commented out "-O2" flag.
  • Loading branch information
ivmai committed Dec 24, 2023
1 parent 71d1ba4 commit 4b06f96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ pub fn build(b: *std.build.Builder) void {
// Prevent "__builtin_return_address with nonzero argument is unsafe".
"-Wno-frame-address",
"-fno-strict-aliasing",
//"-O2", // FIXME: intermittent gctest failures w/o -O2
}) catch unreachable;

if (build_shared_libs) {
Expand Down

0 comments on commit 4b06f96

Please sign in to comment.