mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Merge origin/mono/change-atari-defaults on Ole Loots' behalf.
This commit is contained in:
commit
2b5eecb5bb
@ -371,10 +371,25 @@ ifeq ($(TARGET),atari)
|
|||||||
|
|
||||||
NETSURF_USE_MNG := NO
|
NETSURF_USE_MNG := NO
|
||||||
|
|
||||||
NETSURF_ATARI_USE_FREETYPE := YES
|
# enable true type fonts via freetype2
|
||||||
|
# Valid options: YES, NO
|
||||||
|
NETSURF_USE_ATARI_FREETYPE_FONT := YES
|
||||||
|
|
||||||
# Optimisation levels
|
# Enable use of netsurf embedded font
|
||||||
CFLAGS += -m68000 -O2 -Wuninitialized
|
# Valid options: YES, NO
|
||||||
|
NETSURF_USE_ATARI_NETSURF_FONT := YES
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# enable optimizations
|
||||||
|
# -O2 is currently broken with m68000 / m68020-60 builds
|
||||||
|
CFLAGS += -O1 -Wuninitialized
|
||||||
|
|
||||||
WARNFLAGS = -W -Wundef -Wpointer-arith \
|
WARNFLAGS = -W -Wundef -Wpointer-arith \
|
||||||
-Wcast-align -Wwrite-strings -Wstrict-prototypes \
|
-Wcast-align -Wwrite-strings -Wstrict-prototypes \
|
||||||
|
Loading…
Reference in New Issue
Block a user