summaryrefslogtreecommitdiff
path: root/Makefile.config.example
blob: 193a94cdede9355436cf6b89cb19dc6aca14a049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# NetSurf build configuration example
#
#
# To configure NetSurf's build options create a Makefile.config file. This is
# an example Makefile.config.
#
# To see the available config options, look at Makefile.defaults


# For example, by default, NetSurf builds with BMP support.  If you
# wish to disable this, then uncomment the following line.

# override NETSURF_USE_BMP := NO