From eb798177505eefad288dc28bcf86028ce4d8ba57 Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Fri, 1 May 2015 16:30:38 -0700 Subject: Fixed PAL thread allocation stack overflow. Add -Bsymbolic linker option to prevent static variables from being shared across PAL instances Install coreclrpal and palrt libraries so VS has easy access to link against them. Don't install the debug-pal library to binary directory. Fix "corerun" lldb test command. --- src/debug/debug-pal/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/debug/debug-pal') diff --git a/src/debug/debug-pal/CMakeLists.txt b/src/debug/debug-pal/CMakeLists.txt index a3039289a5..01284029dc 100644 --- a/src/debug/debug-pal/CMakeLists.txt +++ b/src/debug/debug-pal/CMakeLists.txt @@ -29,5 +29,3 @@ if(CLR_CMAKE_PLATFORM_UNIX) endif(CLR_CMAKE_PLATFORM_UNIX) add_library(debug-pal STATIC ${TWO_WAY_PIPE_SOURCES}) - -install (TARGETS debug-pal DESTINATION .) -- cgit v1.2.3