Skip to content

Commit

Permalink
win32 and macx releases on debug in order to solve strange crashes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jun 5, 2022
1 parent 2c3c051 commit 3f0bda1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qdomyos-zwift.pro
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ unix:android: {
QMAKE_CFLAGS_OPTIMIZE_FULL -= -Oz
QMAKE_CFLAGS_OPTIMIZE_FULL += -O3
}
macx: CONFIG += debug
win32: CONFIG += debug
macx: CONFIG += static
macx {
QMAKE_INFO_PLIST = macx/Info.plist
Expand Down

0 comments on commit 3f0bda1

Please sign in to comment.