Skip to content

Commit

Permalink
Revert "test: manually add global arguments for snitization"
Browse files Browse the repository at this point in the history
This reverts commit 5307c24.
  • Loading branch information
ibc committed Jul 18, 2024
1 parent 5c48e89 commit c20da95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions worker/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ cpp_args = [
host_machine.endian() == 'little' ? '-DMS_LITTLE_ENDIAN' : '-DMS_BIG_ENDIAN',
]

add_global_arguments('-fsanitize=address', language: 'cpp')
add_global_link_arguments('-fsanitize=address', language: 'cpp')

if host_machine.system() == 'windows'
cpp_args += [
'-DNOMINMAX', # Don't define min and max macros (windows.h)
Expand Down

0 comments on commit c20da95

Please sign in to comment.