Commit 828e9f8f authored by Chu's avatar Chu

static and strip

parent ec41d5c5
set(CMAKE_EXE_LINKER_FLAGS "-static")
add_executable(inject main.cpp process.cpp process.h elf.cpp elf.h)
set_target_properties(inject PROPERTIES LINK_FLAGS_RELEASE "-static -s")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment