Skip to content

Commit

Permalink
Enable FAST_ALIGNED_LSB_WORD_ACCESS in Miyoo
Browse files Browse the repository at this point in the history
  • Loading branch information
m45t3r committed May 28, 2020
1 parent 10ed8be commit c715b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.miyoo
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SDL_CFLAGS := $(shell $(SYSROOT)/usr/bin/sdl-config --cflags)
SDL_LIBS := $(shell $(SYSROOT)/usr/bin/sdl-config --libs)

# change compilation / linking flag options
CFLAGS = -DLSB_FIRST -I. -Ilibretro-common/include -Isrc -DINLINE="inline" -DRIGHTSHIFT_IS_SAR
CFLAGS = -DLSB_FIRST -DFAST_ALIGNED_LSB_WORD_ACCESS -I. -Ilibretro-common/include -Isrc -DINLINE="inline" -DRIGHTSHIFT_IS_SAR
CFLAGS += -Isource -I./shell/emu -I./shell/scalers -I./shell/emu -I./shell/audio -I./shell/menu -I./shell/video/sdl -I./shell/input -Ishell/headers

CFLAGS += -Ofast -fsingle-precision-constant -fno-PIC -flto
Expand Down

0 comments on commit c715b65

Please sign in to comment.