mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Reorder operands
This commit is contained in:
parent
dbb7a87fd8
commit
a7724bffaa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ ifneq ("$(MINGW)", "")
|
||||||
else
|
else
|
||||||
#arm support for linux .. we need to allow unaligned accesses
|
#arm support for linux .. we need to allow unaligned accesses
|
||||||
#to memory otherwise we just segfault everywhere
|
#to memory otherwise we just segfault everywhere
|
||||||
ifneq (, $(findstring $(shell uname -m), arm))
|
ifneq (, $(findstring arm, $(shell uname -m)))
|
||||||
CFLAGS += -munaligned-access
|
CFLAGS += -munaligned-access
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue