Skip to content

Commit

Permalink
fix compilation on 32bit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
withthelemons committed Oct 14, 2017
1 parent 1a65d87 commit 7979fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hempcoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ QT += core gui network widgets

DEFINES += USE_SSE2 USE_SSE2_ALWAYS

QMAKE_CXXFLAGS = -fpermissive
QMAKE_CXXFLAGS = -fpermissive -msse2

greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets
Expand Down

0 comments on commit 7979fdd

Please sign in to comment.