2022年5月11日
摘要: gcc has some useful tools to help us find bugs. Example: gcc -lpthread -fsanitize=thread #check data race gcc -fsanitize=address #check memory error A 阅读全文
posted @ 2022-05-11 23:19 AI思 阅读(21) 评论(0) 推荐(0)