Skip to content

Commit

Permalink
Disable ASAN for now (too much RAM overhead?)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jul 28, 2015
1 parent 284bcb4 commit 424853d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.pri
@@ -1,5 +1,5 @@
CONFIG += c++11 precompile_header
PRECOMPILED_HEADER = pch.hpp

QMAKE_CXXFLAGS_DEBUG += -g3 -fno-omit-frame-pointer -Wextra -fsanitize=address
QMAKE_LFLAGS_DEBUG += -fsanitize=address
QMAKE_CXXFLAGS_DEBUG += -g3 -fno-omit-frame-pointer -Wextra #-fsanitize=address
QMAKE_LFLAGS_DEBUG += #-fsanitize=address

0 comments on commit 424853d

Please sign in to comment.