comparison CHANGES @ 1565:2fd52c383163

mention localoptions.h being build directory, fix underscore in CHANGES
author Matt Johnston <matt@ucc.asn.au>
date Thu, 01 Mar 2018 22:12:30 +0800
parents e46f7f1da56a
children 6d1bbe7d5fa5
comparison
equal deleted inserted replaced
1564:86e4995bbedf 1565:2fd52c383163
1 2018.76 - 27 February 2018 1 2018.76 - 27 February 2018
2 2
3 > > > Configuration/compatibility changes 3 > > > Configuration/compatibility changes
4 IMPORTANT 4 IMPORTANT
5 Custom configuration is now specified in local_options.h rather than options.h 5 Custom configuration is now specified in localoptions.h rather than options.h
6 Available options and defaults can be seen in default_options.h 6 Available options and defaults can be seen in default_options.h
7 7
8 To migrate your configuration, compare your customised options.h against the 8 To migrate your configuration, compare your customised options.h against the
9 upstream options.h from your relevant version. Any customised options should 9 upstream options.h from your relevant version. Any customised options should
10 be put in localoptions.h 10 be put in localoptions.h in the build directory.
11 11
12 - "configure --enable-static" should now be used instead of "make STATIC=1" 12 - "configure --enable-static" should now be used instead of "make STATIC=1"
13 This will avoid 'hardened build' flags that conflict with static binaries 13 This will avoid 'hardened build' flags that conflict with static binaries
14 14
15 - Set 'hardened build' flags by default if supported by the compiler. 15 - Set 'hardened build' flags by default if supported by the compiler.