فهرست منبع

linux: remove static linking from GCStress

There seems to be no real reason for this at this point, and it easily
breaks the build.
Xan López 10 سال پیش
والد
کامیت
03a691fd08
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      bin/GCStress/CMakeLists.txt

+ 1 - 1
bin/GCStress/CMakeLists.txt

@@ -13,7 +13,7 @@ target_include_directories (GCStress
   $<BUILD_INTERFACE:${ROOT_SOURCE_DIR}/lib/Common/Memory>  
   )
 
-set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++ -lsodium")
+set(CMAKE_EXE_LINKER_FLAGS "-lsodium")
 
 target_link_libraries (GCStress
   PRIVATE Chakra.Common.Memory