Skip to content

Commit

Permalink
build: Drop pack-relative-relocs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jun 10, 2024
1 parent 2ff210c commit f61869e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinx-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ JINX_MAJOR_VER=0.2

export CFLAGS="-O2 -pipe -march=x86-64 -mtune=generic -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"
export CXXFLAGS="${CFLAGS} -Wp,-D_GLIBCXX_ASSERTIONS"
export LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs"
export LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now"

OS_TRIPLET=x86_64-pc-vinix-mlibc

Expand Down

0 comments on commit f61869e

Please sign in to comment.