I am trying to compile with -fsanitizer=address, but keep getting “cannot find -lasan”

前端 未结 0 1627
北荒
北荒 2020-12-25 13:20

g++ -std=c++17 -Wall -Werror -Weffc++ -pedantic -fsanitize=address getEvenNums.cpp

This is the error I am getting after trying to compile. I am using windows.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题