- Workaround for buggy MacOSX getaddrinfo() implementation that doesn't accept AF_UNSPEC parameter in hints structure. Thanks icculus for reporting.
- Add -faltivec flag for debug builds.
This commit is contained in:
parent
b2207b250f
commit
81f9b20bfb
2 changed files with 12 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -311,7 +311,8 @@ ifeq ($(PLATFORM),darwin)
|
|||
BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes
|
||||
|
||||
ifeq ($(ARCH),ppc)
|
||||
OPTIMIZE += -faltivec -O3
|
||||
BASE_CFLAGS += -faltivec
|
||||
OPTIMIZE += -O3
|
||||
endif
|
||||
ifeq ($(ARCH),i386)
|
||||
OPTIMIZE += -march=prescott -mfpmath=sse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue