Skip to content

Commit 7979fdd

Browse files
committed
fix compilation on 32bit systems
1 parent 1a65d87 commit 7979fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hempcoin-qt.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ QT += core gui network widgets
1111

1212
DEFINES += USE_SSE2 USE_SSE2_ALWAYS
1313

14-
QMAKE_CXXFLAGS = -fpermissive
14+
QMAKE_CXXFLAGS = -fpermissive -msse2
1515

1616
greaterThan(QT_MAJOR_VERSION, 4) {
1717
QT += widgets

0 commit comments

Comments
 (0)