summaryrefslogtreecommitdiff
path: root/src/runtime/c/CMakeLists.txt
diff options
context:
space:
mode:
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}")