Fix Linux x64 libpcre.a linkage failure (#1320)

This commit is contained in:
Headline
2020-07-24 16:29:43 -07:00
committed by GitHub
parent c52edbd863
commit a0d06b3209
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ For x86 or x86_64 add -m32 or -m64 to `CFLAGS`
## Linux
For x86 or x86_64 add -m32 or -m64 to `CFLAGS`
`export CFLAGS='-Wa,-mrelax-reloactions=no'`
`export CFLAGS='-Wa,-mrelax-relocations=no -fPIC'`
`./configure --enable-unicode-properties --enable-jit --disable-shared --enable-utf && make`
Binary file not shown.