mirror of
https://github.com/mupen64plus/mupen64plus-rsp-hle.git
synced 2025-04-02 10:31:57 -04:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
47f8e92e9a | ||
|
1b7c25cdaa | ||
|
5532574896 |
1 changed files with 1 additions and 1 deletions
2
projects/unix/Makefile
Executable file → Normal file
2
projects/unix/Makefile
Executable file → Normal file
|
@ -147,7 +147,7 @@ OBJDIR = _obj$(POSTFIX)
|
|||
# base CFLAGS, LDLIBS, and LDFLAGS
|
||||
OPTFLAGS ?= -O3 -flto
|
||||
WARNFLAGS ?= -Wall
|
||||
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I$(SRCDIR)
|
||||
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -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