Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-07-06 09:01:19 +0300
committerGitHub <noreply@github.com>2017-07-06 09:01:19 +0300
commit585616412eda6d7dbc7d312cad9279dfc9f47a8b (patch)
treeab023fd0a5b57a21be4e47006098ffbda7bafeda /src/Native/Runtime/CMakeLists.txt
parent739e44dd20728e4e2a66e3627b9f1729d724e78a (diff)
Fix stresslog (#4062)
- Fix initialization of stress log, cleaned up the overall initialization sequence - Remove spurious NO_STRESSLOG definion that disabled some of the stresslogging
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index 2cc88397f..467918b72 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -6,7 +6,6 @@ set(COMMON_RUNTIME_SOURCES
DebugEventSource.cpp
DebugFuncEval.cpp
DebuggerHook.cpp
- dllmain.cpp
eetype.cpp
EHHelpers.cpp
event.cpp