snes core is ready for business, I think
This commit is contained in:
parent
67ff767f95
commit
5f2c5b0934
Binary file not shown.
|
@ -14,7 +14,7 @@ CCFLAGS:= -DHOOKS -DBIZHAWK -DPROFILE_COMPATIBILITY -DGAMEBOY \
|
||||||
-fvisibility=hidden \
|
-fvisibility=hidden \
|
||||||
-fno-threadsafe-statics \
|
-fno-threadsafe-statics \
|
||||||
-std=c++0x \
|
-std=c++0x \
|
||||||
-O0 -g
|
-O3 -flto
|
||||||
|
|
||||||
TARGET = libsnes.wbx
|
TARGET = libsnes.wbx
|
||||||
|
|
||||||
|
@ -86,8 +86,8 @@ $(TARGET).in: $(OBJS)
|
||||||
@$(CC) -o $@ $(LDFLAGS) $(CCFLAGS) $(OBJS) ../emulibc/libemuhost.so ../libco/libco.so
|
@$(CC) -o $@ $(LDFLAGS) $(CCFLAGS) $(OBJS) ../emulibc/libemuhost.so ../libco/libco.so
|
||||||
|
|
||||||
$(TARGET): $(TARGET).in
|
$(TARGET): $(TARGET).in
|
||||||
# strip $< -o $@ -R /4 -R /14 -R /29 -R /41 -R /55 -R /67 -R /78 -R /89 -R /104
|
strip $< -o $@ -R /4 -R /14 -R /29 -R /41 -R /55 -R /67 -R /78 -R /89 -R /104
|
||||||
cp $< $@
|
# cp $< $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OBJ_DIR)
|
rm -rf $(OBJ_DIR)
|
||||||
|
|
Loading…
Reference in New Issue