提交 83975a3c 编写于 作者: K kailixu

chore: specify the platform

上级 04d5fed3
......@@ -487,9 +487,11 @@ endif(${BUILD_ADDR2LINE})
# geos
if(${BUILD_GEOS})
set(CMAKE_BUILD_TYPE Release)
if(${TD_LINUX})
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS_REL}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_REL}")
endif(${TD_LINUX})
set(CMAKE_BUILD_TYPE Release)
option(BUILD_SHARED_LIBS "Build GEOS with shared libraries" OFF)
add_subdirectory(geos EXCLUDE_FROM_ALL)
target_include_directories(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册