mirror of
https://github.com/mupen64plus/mupen64plus-rsp-hle.git
synced 2025-04-02 10:31:57 -04:00
Compare commits
No commits in common. "master" and "2.6.0" have entirely different histories.
1 changed files with 1 additions and 1 deletions
2
projects/unix/Makefile
Normal file → Executable file
2
projects/unix/Makefile
Normal file → Executable file
|
@ -147,7 +147,7 @@ OBJDIR = _obj$(POSTFIX)
|
|||
# base CFLAGS, LDLIBS, and LDFLAGS
|
||||
OPTFLAGS ?= -O3 -flto
|
||||
WARNFLAGS ?= -Wall
|
||||
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fvisibility=hidden -I$(SRCDIR)
|
||||
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I$(SRCDIR)
|
||||
LDFLAGS += $(SHARED)
|
||||
|
||||
# Since we are building a shared library, we must compile with -fPIC on some architectures
|
||||
|
|
Loading…
Add table
Reference in a new issue