Skip to content

Commit

Permalink
[fix] global: bump macos min supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Jun 30, 2023
1 parent 371b378 commit ed287fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FastTrack-Cli.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ unix:!macx {
unix:macx {
TARGET = FastTrack-cli
CONFIG += c++17
QMAKE_CXXFLAGS += -std=c++1z -stdlib=libc++ -mmacosx-version-min=10.15 -O3 -Xpreprocessor
QMAKE_CXXFLAGS += -std=c++1z -stdlib=libc++ -mmacosx-version-min=11.7 -O3 -Xpreprocessor
QMAKE_CXXFLAGS_RELEASE -= -O1
QMAKE_CXXFLAGS_RELEASE -= -O2
QMAKE_CXXFLAGS_RELEASE += -O3
Expand Down
2 changes: 1 addition & 1 deletion src/FastTrack.pro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ win32 {
unix:macx {
TARGET = FastTrack
CONFIG += c++17
QMAKE_CXXFLAGS += -std=c++1z -stdlib=libc++ -mmacosx-version-min=10.15 -O3 -Xpreprocessor
QMAKE_CXXFLAGS += -std=c++1z -stdlib=libc++ -mmacosx-version-min=11.7 -O3 -Xpreprocessor
QMAKE_CXXFLAGS_RELEASE -= -O1
QMAKE_CXXFLAGS_RELEASE -= -O2
QMAKE_CXXFLAGS_RELEASE += -O3
Expand Down

0 comments on commit ed287fe

Please sign in to comment.