summaryrefslogtreecommitdiff
path: root/atari/Makefile.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'atari/Makefile.defaults')
-rw-r--r--atari/Makefile.defaults8
1 files changed, 6 insertions, 2 deletions
diff --git a/atari/Makefile.defaults b/atari/Makefile.defaults
index 150358843..83464d6fd 100644
--- a/atari/Makefile.defaults
+++ b/atari/Makefile.defaults
@@ -32,17 +32,21 @@
# Valid options: YES, NO
NETSURF_USE_ATARI_NETSURF_FONT := YES
+ # Enable VDI Font rendering
+ # Valid options: YES, NO
+ NETSURF_USE_ATARI_VDI_FONT := NO
+
# Configure support for screen drivers with no true colour mode
# Valid options: YES, NO
NETSURF_USE_ATARI_8BPP_SUPPORT := NO
# Configure the CPU target
# Valid options: 68000, 68020-60, 5475 (coldfire)
- ATARI_ARCH = 68020-60
+ ATARIARCH = 68020-60
# enable optimizations
# -O2 is currently broken with m68000 / m68020-60 builds
- CFLAGS += -O1
+ CFLAGS += -O3
# override warning flags removing -Wall
WARNFLAGS = -W -Wundef -Wpointer-arith \