2009-03-27 11:25:27 +00:00
|
|
|
#
|
2009-03-27 14:26:43 +00:00
|
|
|
# NetSurf build configuration example
|
2009-03-27 11:25:27 +00:00
|
|
|
#
|
2010-04-06 19:50:52 +00:00
|
|
|
#
|
2009-03-27 14:26:43 +00:00
|
|
|
# To configure NetSurf's build options create a Makefile.config file. This is
|
|
|
|
# an example Makefile.config.
|
2009-03-27 11:25:27 +00:00
|
|
|
#
|
2011-03-13 11:35:00 +00:00
|
|
|
# To see the available config options, look at Makefile.defaults, but make any
|
|
|
|
# alterations in your Makefile.config
|
2009-03-27 14:26:43 +00:00
|
|
|
|
2014-01-04 17:07:11 +00:00
|
|
|
### To enable/disable PNG support, uncomment the appropriate line below.
|
|
|
|
# override NETSURF_USE_PNG := YES
|
|
|
|
# override NETSURF_USE_PNG := NO
|
2013-11-17 22:09:26 +00:00
|
|
|
|
|
|
|
### To enable/disable SVGTiny support, uncomment the appropriate line below.
|
|
|
|
# override NETSURF_USE_NSSVG := YES
|
|
|
|
# override NETSURF_USE_NSSVG := NO
|
|
|
|
|
|
|
|
### To enable/disable RSVG support, uncomment the appropriate line below.
|
|
|
|
# override NETSURF_USE_RSVG := YES
|
|
|
|
# override NETSURF_USE_RSVG := NO
|
|
|
|
|
|
|
|
### To enable/disable BMP support, uncomment the appropriate line below.
|
|
|
|
# override NETSURF_USE_BMP := YES
|
|
|
|
# override NETSURF_USE_BMP := NO
|
|
|
|
|
|
|
|
### To make the framebuffer front end use freetype for text, uncomment the
|
|
|
|
### following line
|
|
|
|
# override NETSURF_FB_FONTLIB := freetype
|
|
|
|
|
2016-09-19 22:02:51 +01:00
|
|
|
### To disable JavaScript support, uncomment the appropriate line below.
|
|
|
|
# override NETSURF_USE_DUKTAPE := NO
|
2009-03-27 11:25:27 +00:00
|
|
|
|
2015-10-12 20:33:11 +01:00
|
|
|
### To change flags to javascript binding generator
|
|
|
|
# GBFLAGS:=-g
|
2018-07-28 11:17:07 +01:00
|
|
|
|
|
|
|
### To enable ASAN and UBSAN support in builds regardless of target
|
2018-07-28 14:24:31 +01:00
|
|
|
# override NETSURF_USE_SANITIZER := YES
|
2018-07-28 11:17:07 +01:00
|
|
|
|
|
|
|
### If you're using the sanitizers and you want it to stop on failure...
|
|
|
|
# override NETSURF_RECOVER_SANITIZERS := NO
|