Skip to content

Commit

Permalink
set_analyzer_env.sh: remove -fno-strict-aliasing
Browse files Browse the repository at this point in the history
The last reference to the flag in configure was removed in:
fad70a3 Remove -fno-strict-aliasing flag

The library should be expected to function without this flag; it's built
and tested elsewhere without it.

Bug: webm:570, webm:603
Change-Id: Icf85fd9bd5c9cb0c81d6eecf10fba07807f48b4a
  • Loading branch information
jzern committed Jun 14, 2024
1 parent d6ae3ea commit f07ca82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/set_analyzer_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ echo "test_libvpx, etc) to link the stack traces to source code lines."
cflags="-fsanitize=${sanitizer}"
ldflags="-fsanitize=${sanitizer}"

# http://code.google.com/p/webm/issues/detail?id=570
cflags="${cflags} -fno-strict-aliasing"
# Useful backtraces.
cflags="${cflags} -fno-omit-frame-pointer"
# Exact backtraces.
Expand Down

0 comments on commit f07ca82

Please sign in to comment.