Closed copybara-service[bot] closed 1 week ago
Fix the ASan build configuration in the setup_configs.sh script.
The macro definition -DADDRESS_SANITIZER belongs to the build:asan configuration, and not the build:fuzztest configuration.
-DADDRESS_SANITIZER
build:asan
build:fuzztest
Fix the ASan build configuration in the setup_configs.sh script.
The macro definition
-DADDRESS_SANITIZER
belongs to thebuild:asan
configuration, and not thebuild:fuzztest
configuration.