Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information