summaryrefslogtreecommitdiff
path: root/src/runtime/c/CMakeLists.txt
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2017-04-19 18:59:42 +0000
committerkrasimir <krasimir@chalmers.se>2017-04-19 18:59:42 +0000
commit1bfeab104c4697a83478346f0eebd1ac03429d68 (patch)
treed8af16b8720e5df83defb4662a0afff375fb2795 /src/runtime/c/CMakeLists.txt
parent2bdfd27173d2eedb4c39e30ae4ef0cff057604cd (diff)
more changes to make the C runtime compilable with MSVC
Diffstat (limited to 'src/runtime/c/CMakeLists.txt')
-rw-r--r--src/runtime/c/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/c/CMakeLists.txt b/src/runtime/c/CMakeLists.txt
index 3e97d8677..0790d39b8 100644
--- a/src/runtime/c/CMakeLists.txt
+++ b/src/runtime/c/CMakeLists.txt
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 2.8)
set(GNU_LIGHTNING_ARCH "i386" CACHE STRING "Target architecture for GNU Lightning JIT")
#set(ADD_CFLAGS "-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-value" CACHE STRING "Additional C compiler options")
-set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
#set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-no-undefined")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 ${ADD_CFLAGS}")