cython:ver.bump

This commit is contained in:
blue-devil
2020-02-07 00:23:12 +03:00
parent 551d8abaec
commit bd9b783251
3 changed files with 16 additions and 4 deletions
@@ -10,7 +10,9 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
# fix unused dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
# compress compiler warnings
shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing")
pythonmodules.compile()