Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
igor725 committed Oct 25, 2024
1 parent f1e1787 commit 15cc4e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OpenOrbis-tc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ link_directories(
${OO_PS4_TOOLCHAIN}/lib
)

add_link_options(-pie -nostartfiles -nodefaultlibs -nobuiltininc -nostdinc++ -nostdinc -lc -lc++ -lkernel -fuse-ld=lld -Wl,-m,elf_x86_64 -Wl,--eh-frame-hdr "-Wl,--script,${OO_PS4_TOOLCHAIN}/link.x")
add_link_options(-pie -nostartfiles -nodefaultlibs -lc -lc++ -lkernel -fuse-ld=lld -Wl,-m,elf_x86_64 -Wl,--eh-frame-hdr "-Wl,--script,${OO_PS4_TOOLCHAIN}/link.x")

add_compile_options(-nobuiltininc -nostdinc++ -nostdinc)

if(CMAKE_BUILD_TYPE STREQUAL "Debug")
add_compile_options(-O0 -g)
Expand Down

0 comments on commit 15cc4e4

Please sign in to comment.