Disable using asan by default

This commit is contained in:
Daniel Schulte 2020-11-23 00:03:04 +01:00
parent aff9adc721
commit 9c324d1eb9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TEMPLATE = app
CONFIG += console c++17 sanitizer sanitize_address
CONFIG += console c++17
CONFIG -= app_bundle
CONFIG -= qt