Skip to content
Snippets Groups Projects
Commit f967bd29 authored by kr328's avatar kr328
Browse files

Improve: enable CMAKE_POSITION_INDEPENDENT_CODE

parent a75c8f5d
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.0)
project(clash-bridge C)
set(CMAKE_POSITION_INDEPENDENT_CODE on)
set(GO_OUTPUT_BASE ${GO_OUTPUT}/${FLAVOR_NAME})
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment