Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Sep 2, 2023
1 parent f7e1ed8 commit 738391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0")
target_sources(${PROJECT_NAME} PRIVATE ${SrcFiles})
target_include_directories(${PROJECT_NAME} PRIVATE "${D_CWD}/../include")
target_link_directories (${PROJECT_NAME} PUBLIC "${PROJECT_ROOT}/lib")
target_link_libraries (${PROJECT_NAME} PUBLIC hijacker SceLibcInternal SceSystemService SceUserService SceSysmodule SceSyscore kernel_sys)
target_link_libraries (${PROJECT_NAME} PUBLIC hijacker SceLibcInternal SceSystemService SceUserService SceSysmodule SceSysCore kernel_sys)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_EXE_LINKER_FLAGS "-fuse-ld=lld -Xlinker -pie -Xlinker -zmax-page-size=16384 -Xlinker -zcommon-page-size=16384 -Xlinker -T ${D_CWD}/linker.x -Wl,--build-id=none -Wl,-z,norelro")

0 comments on commit 738391b

Please sign in to comment.