Skip to content

Commit e4b8b21

Browse files
authored
Update build.yml
1 parent a6d2e69 commit e4b8b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
AR: llvm-ar
1616
STRIP: llvm-strip
1717
LD: ld.mold
18-
CFLAGS: "-O2 -static-pie -static"
19-
LDFLAGS: "-static-pie -static"
18+
CFLAGS: "-O2 -static"
19+
LDFLAGS: "-static"
2020

2121
jobs:
2222
fetch-submodules:

0 commit comments

Comments
 (0)