From 1bfeab104c4697a83478346f0eebd1ac03429d68 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 19 Apr 2017 18:59:42 +0000 Subject: more changes to make the C runtime compilable with MSVC --- src/runtime/c/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/runtime/c/CMakeLists.txt') 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}") -- cgit v1.2.3