More CPU sanitisation.
This commit is contained in:
parent
1b8a1e79af
commit
5b58b202a1
5 changed files with 20 additions and 30 deletions
|
|
@ -124,10 +124,18 @@ pcem_LDADD += wx.res
|
|||
endif
|
||||
|
||||
if !HAS_OFF64T
|
||||
pcem_CFLAGS += -Doff64_t=off_t -Dfopen64=fopen -Dfseeko64=fseek -Dftello64=ftell
|
||||
#pcem_CFLAGS += -Doff64_t=off_t -Dfopen64=fopen -Dfseeko64=fseek -Dftello64=ftell
|
||||
endif
|
||||
|
||||
if RELEASE_BUILD
|
||||
pcem_CFLAGS += -DRELEASE_BUILD
|
||||
pcem_CXXFLAGS += -DRELEASE_BUILD
|
||||
endif
|
||||
|
||||
pcem_CFLAGS += -mtune=cortex-a53
|
||||
pcem_CXXFLAGS += -mtune=cortex-a53
|
||||
#pcem_LDFLAGS = -flto -O3 -mtune=cortex-a15
|
||||
|
||||
# pcem_CFLAGS += -fprofile-use
|
||||
# pcem_CXXFLAGS += -fprofile-use
|
||||
# pcem_LDFLAGS = -fprofile-use
|
||||
|
|
|
|||
Loading…
Reference in a new issue