Skip to content

Commit

Permalink
Disable LTCG on Pi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Oct 12, 2019
1 parent e2428ee commit 0661ba1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion QOpenHD.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ CONFIG(debug, debug|release) {
CONFIG += force_debug_info
!iOSBuild {
!AndroidBuild {
CONFIG += ltcg
!RaspberryPiBuild {
CONFIG += ltcg
}
}
}
DESTDIR = $${OUT_PWD}/release
Expand Down

0 comments on commit 0661ba1

Please sign in to comment.