sameboy: wbx file
This commit is contained in:
parent
0d6bdc200b
commit
491dc9c1fb
Binary file not shown.
|
@ -3,8 +3,8 @@ CPP = x86_64-nt64-midipix-g++
|
||||||
|
|
||||||
FLAGS:=-Wall -Werror=pointer-to-int-cast -Werror=int-to-pointer-cast -Werror=implicit-function-declaration \
|
FLAGS:=-Wall -Werror=pointer-to-int-cast -Werror=int-to-pointer-cast -Werror=implicit-function-declaration \
|
||||||
-Wno-multichar \
|
-Wno-multichar \
|
||||||
-fomit-frame-pointer -fvisibility=hidden \
|
-fomit-frame-pointer \
|
||||||
-O0 -g
|
-O3 -flto
|
||||||
|
|
||||||
CCFLAGS:=$(FLAGS) \
|
CCFLAGS:=$(FLAGS) \
|
||||||
-std=gnu99 \
|
-std=gnu99 \
|
||||||
|
@ -42,8 +42,8 @@ $(TARGET).in: $(OBJS)
|
||||||
@$(CPP) -o $@ $(LDFLAGS) $(FLAGS) $(OBJS) ../emulibc/libemuhost.so
|
@$(CPP) -o $@ $(LDFLAGS) $(FLAGS) $(OBJS) ../emulibc/libemuhost.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