Merge pull request #57 from bmaupin/small-fixes

Small fixes
This commit is contained in:
Twinaphex 2019-10-24 20:10:52 +02:00 committed by GitHub
commit 3f17223e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.a
*.o
*.so
*.u
*.z
gpsp.gpe

View File

@ -502,7 +502,7 @@ cpu_threaded.o: cpu_threaded.c
$(CC) $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS) -c -o $@ $<
libco/libco.o: libco/libco.c
$(CC) $(INCFLAGS) $(CFLAGS) -O3 -DNDEBUG -c -o $@ $<
$(CC) $(INCFLAGS) $(CFLAGS) $(OPTIMIZE) -c -o $@ $<
%.o: %.S
$(CC) $(ASFLAGS) $(CFLAGS) $(OPTIMIZE) -c -o $@ $<

Binary file not shown.