mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 01:20:56 -05:00
Windowss build: corrected flag
This commit is contained in:
parent
16aebb72c4
commit
55981e8df3
@ -16,7 +16,7 @@ INCLUDEPATH += $$LIBCM256CCSRC
|
||||
|
||||
DEFINES += __WINDOWS__=1
|
||||
DEFINES += USE_SSSE3=1
|
||||
QMAKE_CXXFLAGS += -msse4.1
|
||||
QMAKE_CXXFLAGS += -mssse3
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
|
Loading…
Reference in New Issue
Block a user