Skip to content

Commit

Permalink
Fix clang build.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson authored and jyavenard committed Mar 8, 2013
1 parent d87fbce commit b74d24c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ TARGET = test_mythtimer
DEPENDPATH += . ../..
INCLUDEPATH += . ../..

eval(QMAKE_CXX = g++) {
contains(QMAKE_CXX, "g++") {
QMAKE_CXXFLAGS += -O0 -fprofile-arcs -ftest-coverage
QMAKE_LFLAGS += -fprofile-arcs
}
Expand Down

0 comments on commit b74d24c

Please sign in to comment.