comparison platform-dataquay.pri @ 907:b40f29144e80 datarace

Enable ThreadSanitizer
author Chris Cannam
date Tue, 24 Feb 2015 17:42:00 +0000
parents 5462ac97d28f
children
comparison
equal deleted inserted replaced
903:6d3220e7ecef 907:b40f29144e80
6 CONFIG += staticlib 6 CONFIG += staticlib
7 7
8 DEFINES -= USE_REDLAND 8 DEFINES -= USE_REDLAND
9 QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2 9 QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2
10 EXTRALIBS -= -lrdf 10 EXTRALIBS -= -lrdf
11
12 ##!!! for now:
13 QMAKE_CXXFLAGS -= -Werror
11 14
12 DEFINES += USE_SORD 15 DEFINES += USE_SORD
13 # Libraries and paths should be added by config.pri 16 # Libraries and paths should be added by config.pri
14 17
15 win32-g++ { 18 win32-g++ {