Skip to content

Commit

Permalink
SSE4.1 flag fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletGiraffe committed Sep 3, 2024
1 parent afbf669 commit b331996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file-commander-core/file-commander-core.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mac*|linux*|freebsd{

LIBS += -L$${DESTDIR} -L$${DESTDIR_NOARCH} -lcpputils -lqtutils

!win:!contains(QT_ARCH, arm): QMAKE_CXXFLAGS += -msse4.1
!win*:!contains(QT_ARCH, arm): QMAKE_CXXFLAGS += -msse4.1

HEADERS += \
src/cfilesystemobject.h \
Expand Down

0 comments on commit b331996

Please sign in to comment.