Skip to content

Commit

Permalink
build: remove -pg. wang-bin#1219
Browse files Browse the repository at this point in the history
useless and generate unsupported section for mac
  • Loading branch information
wang-bin committed Jul 10, 2019
1 parent 80bd494 commit f30128c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 30,6 @@ isEmpty(QMAKE_EXTENSION_SHLIB) {
}
}

CONFIG = profile
#profiling, -pg is not supported for msvc
debug:!ios:!android:!*msvc*:profile {
QMAKE_CXXFLAGS_DEBUG = -pg
QMAKE_LFLAGS_DEBUG = -pg
QMAKE_CXXFLAGS_DEBUG = $$unique(QMAKE_CXXFLAGS_DEBUG)
QMAKE_LFLAGS_DEBUG = $$unique(QMAKE_LFLAGS_DEBUG)
}

#$$[TARGET_PLATFORM]
#$$[QT_ARCH] #windows symbian windowsce arm
_OS =
Expand Down

0 comments on commit f30128c

Please sign in to comment.