Skip to content

Commit 963de03

Browse files
committed
lua: build scripts updated
1 parent 7c59fca commit 963de03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/build-mingw-x86_64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ make \
1212
AR="x86_64-w64-mingw32-ar rc" \
1313
RANLIB="x86_64-w64-mingw32-ranlib" \
1414
MYCFLAGS="-Os -fPIE -flto -fuse-linker-plugin -ffat-lto-objects" \
15-
MYLDFLAGS="-Os -pie -static -flto -fuse-linker-plugin -ffat-lto-objects -Wl,-z,relro,-z,now"
15+
MYLDFLAGS="-Os -pie -static -flto -fuse-linker-plugin -ffat-lto-objects"
1616

1717
x86_64-w64-mingw32-strip --strip-unneeded src/lua.exe
1818
cp src/lua.exe ../../lua-windows-x86_64.exe

0 commit comments

Comments
 (0)