From 680cc72d436352f07b22807621aee5b26b13e60f Mon Sep 17 00:00:00 2001 From: Macoy Madson Date: Sat, 29 Jan 2022 10:12:13 -0800 Subject: [PATCH] Add missing defines to CUSTOMIZE_BUILD block (#2318) This fixes compilation and linking errors when CUSTOMIZE_BUILD is ON. Any option wasn't actually applied if it wasn't in this list. I also added a message which makes it a bit easier to confirm you have successfully enabled an option.