summaryrefslogtreecommitdiff
path: root/clr.defines.targets
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-22 20:36:11 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-22 20:36:11 -0800
commitc1853ffc86372e239e77c5847b3079e005fda583 (patch)
tree02554735292f616c7584879849c6d12f813deea5 /clr.defines.targets
parent3a92622ac3ece3594495301c59173e9679677938 (diff)
downloadcoreclr-c1853ffc86372e239e77c5847b3079e005fda583.tar.gz
coreclr-c1853ffc86372e239e77c5847b3079e005fda583.tar.bz2
coreclr-c1853ffc86372e239e77c5847b3079e005fda583.zip
Remove FEATURE_LOADER_OPTIMIZATION
Diffstat (limited to 'clr.defines.targets')
-rw-r--r--clr.defines.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/clr.defines.targets b/clr.defines.targets
index 2d39da9d66..885249051d 100644
--- a/clr.defines.targets
+++ b/clr.defines.targets
@@ -47,7 +47,6 @@
<CDefines Condition="'$(FeatureLazyCOWPages)' == 'true'">$(CDefines);FEATURE_LAZY_COW_PAGES</CDefines>
<CDefines Condition="'$(FeatureLeakCultureInfo)' == 'true'">$(CDefines);FEATURE_LEAK_CULTURE_INFO</CDefines>
<CDefines Condition="'$(FeatureLegacyNetCFDbgHostControl)' == 'true'">$(CDefines);FEATURE_LEGACYNETCF_DBG_HOST_CONTROL</CDefines>
- <CDefines Condition="'$(FeatureLoaderOptimization)' == 'true'">$(CDefines);FEATURE_LOADER_OPTIMIZATION</CDefines>
<CDefines Condition="'$(FeatureMacl)' == 'true'">$(CDefines);FEATURE_MACL</CDefines>
<CDefines Condition="'$(FeatureManagedEtw)' == 'true'">$(CDefines);FEATURE_MANAGED_ETW</CDefines>
<CDefines Condition="'$(FeatureManagedEtwChannels)' == 'true'">$(CDefines);FEATURE_MANAGED_ETW_CHANNELS</CDefines>
@@ -150,7 +149,6 @@
<DefineConstants Condition="'$(FeatureIsostore)' == 'true'">$(DefineConstants);FEATURE_ISOSTORE</DefineConstants>
<DefineConstants Condition="'$(FeatureIsostoreLight)' == 'true'">$(DefineConstants);FEATURE_ISOSTORE_LIGHT</DefineConstants>
<DefineConstants Condition="'$(FeatureLeakCultureInfo)' == 'true'">$(DefineConstants);FEATURE_LEAK_CULTURE_INFO</DefineConstants>
- <DefineConstants Condition="'$(FeatureLoaderOptimization)' == 'true'">$(DefineConstants);FEATURE_LOADER_OPTIMIZATION</DefineConstants>
<DefineConstants Condition="'$(FeatureMacl)' == 'true'">$(DefineConstants);FEATURE_MACL</DefineConstants>
<DefineConstants Condition="'$(FeatureManagedEtw)' == 'true'">$(DefineConstants);FEATURE_MANAGED_ETW</DefineConstants>
<DefineConstants Condition="'$(FeatureManagedEtwChannels)' == 'true'">$(DefineConstants);FEATURE_MANAGED_ETW_CHANNELS</DefineConstants>