mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
compiler.pri: Enable SSE and SSE2 for MinGW
This commit is contained in:
parent
45a40bfbfb
commit
5754a097ab
@ -33,6 +33,10 @@ isEqual(QT_MAJOR_VERSION, 5) {
|
||||
win32-g++ {
|
||||
DEFINES *= MINGW_HAS_SECURE_API
|
||||
|
||||
# Enable SSE
|
||||
QMAKE_CFLAGS *= -msse -msse2
|
||||
QMAKE_CXXFLAGS *= -msse -msse2
|
||||
|
||||
CONFIG(symbols) {
|
||||
# Configure build to be able to properly debug release builds
|
||||
QMAKE_CFLAGS *= -g
|
||||
|
||||
Loading…
Reference in New Issue
Block a user