We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0931487 commit 8dc6833Copy full SHA for 8dc6833
Examples/Makefile
@@ -1,9 +1,9 @@
1
export M68K_CC := m68k-amigaos-gcc
2
export M68K_CXX := m68k-amigaos-g++
3
-export M68K_CFLAGS := -m68020 -m68881 -Os -pedantic -fomit-frame-pointer -pedantic-errors -fno-exceptions
+export M68K_CFLAGS := -m68020 -m68881 -Os -pedantic -pedantic-errors -fno-exceptions
4
export M68K_CXXFLAGS:= $(M68K_CFLAGS) -fno-threadsafe-statics -fno-rtti -fno-exceptions
5
export M68K_LDFLAGS:= -nostdlib -nostartfiles
6
-SUBDIRS := SmallPT
+SUBDIRS := SmallPT Buddha
7
8
all: $(SUBDIRS)
9
0 commit comments