mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 09:48:45 -05:00
Windowss build: added SSE 4.1 flags
This commit is contained in:
parent
55981e8df3
commit
5a9b461d1c
@ -16,6 +16,8 @@ DEFINES += __WINDOWS__=1
|
||||
DEFINES += DSD_USE_SERIALDV=1
|
||||
DEFINES += USE_SSE2=1
|
||||
QMAKE_CXXFLAGS += -msse2
|
||||
DEFINES += USE_SSE4_1=1
|
||||
QMAKE_CXXFLAGS += -msse4.1
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
|
Loading…
Reference in New Issue
Block a user