diff --git a/OpenCorePkg.dsc b/OpenCorePkg.dsc index d4445651..73391f96 100755 --- a/OpenCorePkg.dsc +++ b/OpenCorePkg.dsc @@ -120,7 +120,7 @@ [BuildOptions] # While there are no PCDs as of now, there at least are some custom macros. DEFINE OCPKG_BUILD_OPTIONS_GEN = -D DISABLE_NEW_DEPRECATED_INTERFACES $(OCPKG_BUILD_OPTIONS) - DEFINE OCPKG_ANAL_OPTIONS_GEN = -DANALYZER_UNREACHABLE='__builtin_unreachable' -DANALYZER_NORETURN='__attribute__((noreturn))' + DEFINE OCPKG_ANAL_OPTIONS_GEN = -DANALYZER_UNREACHABLE=__builtin_unreachable -DANALYZER_NORETURN=__attribute__((noreturn)) GCC:DEBUG_*_*_CC_FLAGS = -D OC_TARGET_DEBUG=1 $(OCPKG_BUILD_OPTIONS_GEN) $(OCPKG_ANAL_OPTIONS_GEN) GCC:NOOPT_*_*_CC_FLAGS = -D OC_TARGET_NOOPT=1 $(OCPKG_BUILD_OPTIONS_GEN) $(OCPKG_ANAL_OPTIONS_GEN)