Skip to content
  • Roberto Oliveira's avatar
    main/luajit: fix a segfault in ppc64le · a4209b34
    Roberto Oliveira authored and Natanael Copa's avatar Natanael Copa committed
    Add -no-pie linker flag to fix a segfault in ppc64le. The segfault was happening
    because -pie was adding a prologue and corrupting the toc pointer.
    
    This is a temporary workaround to fix this issue for now but I will investigate
    latter why it is happening.
    a4209b34