We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-08-05T23:33:33.9253730Z : && /usr/local/bin/g++-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -fcf-protection -fstack-clash-protection -D_GLIBCXX_ASSERTIONS -g -flto=auto -isysroot /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -fsanitize=address,undefined test/CMakeFiles/abort_is_detected.dir/Debug/abort_is_detected.cpp.o test/CMakeFiles/abort_is_detected.dir/Debug/abort_detection.cpp.o -o test/Debug/abort_is_detected --coverage && : 2024-08-05T23:33:34.0250750Z -macosx_version_min has been renamed to -macos_version_min 2024-08-05T23:33:34.1096740Z ld: library 'asan' not found 2024-08-05T23:33:34.2098940Z collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
Attempt to disable ASAN for macOS/GCC builds
d7fb4db
They are failing in CI. cpp-best-practices/cmake_template#92
No branches or pull requests
The text was updated successfully, but these errors were encountered: