mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Reduce binaries sizes 2/n
Observed about 50MB reduction in overall binaries size (directory build)) when building all targets with MSVC (Visual Studio 2022 17.3.0 preview 6) using Debug 64 configuration. Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
75c0a2f7ee
commit
6993ed5c52
@@ -9,7 +9,7 @@
|
||||
#include "shared/source/gmm_helper/gmm_lib.h"
|
||||
|
||||
namespace CacheSettings {
|
||||
constexpr uint32_t unknownMocs = GMM_RESOURCE_USAGE_UNKNOWN;
|
||||
inline constexpr uint32_t unknownMocs = GMM_RESOURCE_USAGE_UNKNOWN;
|
||||
} // namespace CacheSettings
|
||||
|
||||
namespace NEO {
|
||||
|
||||
Reference in New Issue
Block a user