The first option tells the compiler to use external linkage for constexpr variables, and the second one prevents null checks after operator new which can throw.
See https://docs.microsoft.com/en-us/cpp/build/reference/zc-externconstexpr and https://docs.microsoft.com/en-us/cpp/build/reference/zc-throwingnew-assume-operator-new-throws