Skip to content

Commit

Permalink
Revert "asan apache2"
Browse files Browse the repository at this point in the history
This reverts commit b0c1aa7.
  • Loading branch information
FooBarWidget committed Oct 9, 2024
1 parent 659367f commit 32d23ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/apache2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
PlatformInfo.apache2_module_cxx_ldflags,
PlatformInfo.portability_cxx_ldflags,
OPTIMIZE ? '-O' : nil,
USE_ASAN && PlatformInfo.cxx_is_clang? ? "-shared-libasan" : nil
].compact
)
end
Expand Down

0 comments on commit 32d23ce

Please sign in to comment.