mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Tweak SSE/SSE2 GCC flags
This commit is contained in:
parent
bbc27e01ae
commit
1e8a7b041e
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ include $(topsrcdir)/config/config.mk
|
|||
ifdef MOZ_LINUX_SSE2_STARTUP_ERROR
|
||||
CXXFLAGS := $(filter-out -march=% -msse2 -mfpmath=sse,$(CXXFLAGS))
|
||||
CXX := $(filter-out -march=% -msse2 -mfpmath=sse,$(CXX))
|
||||
CXXFLAGS += -mno-sse2 -mfpmath=387
|
||||
CXXFLAGS += -msse -mno-sse2 -mfpmath=387
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue