jdanekrh commented on issue #608: DISPATCH-1467: enable AddressSanitizer build option (ASAN) URL: https://github.com/apache/qpid-dispatch/pull/608#issuecomment-549408814 Ok, it is the tsan change. http://clang.llvm.org/docs/AddressSanitizer.html mentions that the shared asan library will not link when -Wl,-z,defs is used. ## Before https://github.com/apache/qpid-dispatch/blob/bd471c18039e0e12a002fd1b3aa304e5c085ab90/CMakeLists.txt#L213-L215 ## Now https://github.com/apache/qpid-dispatch/blob/f03308c9ae3de5cc10e100202d927d5198092ace/src/CMakeLists.txt#L145-L149
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
