ycsongtcs commented on issue #38434:
URL: https://github.com/apache/doris/issues/38434#issuecomment-2255081320
我可以怎么操作,在构建单元测试的时候关闭asan呢
--
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 specif
ycsongtcs commented on issue #38434:
URL: https://github.com/apache/doris/issues/38434#issuecomment-2254151024
我想要禁止他,于是从be的CMakeList.txt中将set(CXX_FLAGS_ASAN "${CXX_GCC_FLAGS} -O0
-fsanitize=address -DADDRESS_SANITIZER")改为set(CXX_FLAGS_ASAN "${CXX_GCC_FLAGS}
-O0 ),但是改了以后运行run_be_ut.sh报错如下:
ycsongtcs opened a new issue, #38434:
URL: https://github.com/apache/doris/issues/38434
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
2.1.2
==46423==