Skip to content

Commit 7c59fca

Browse files
committed
lua: build scripts updated
1 parent 988424c commit 7c59fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/build-mingw-i686.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ make \
1212
AR="i686-w64-mingw32-ar rc" \
1313
RANLIB="i686-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
i686-w64-mingw32-strip --strip-unneeded src/lua.exe
1818
cp src/lua.exe ../../lua-windows-i686.exe

0 commit comments

Comments
 (0)