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

Improve: enable -O3 for libbridge.so

parent f967bd29
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project(clash-bridge C)
set(CMAKE_POSITION_INDEPENDENT_CODE on)
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O3")
set(GO_OUTPUT_BASE ${GO_OUTPUT}/${FLAVOR_NAME})
......
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