project-template: add -fno-inline to tsan flags (#24)
This allows easier debugging as all lines can be reached. The tsan build uses "-o1" for performance reasons. For asan and Debug build we use "-o0", which includes this flag, and for the release builds we want as much optimisation we can get.
parent
d02a82b7
No related branches found
No related tags found
Please register or sign in to comment