This commit is contained in:
Rmys
2020-12-17 16:22:50 +03:00
committed by GitHub
parent ea4d641b86
commit 4522dac2dc
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import libtools
from pisi.actionsapi import get
def setup():
shelltools.export("CFLAGS", "%s -fno-strict-aliasing -fno-force-addr -ffunction-sections -frename-registers -fomit-frame-pointer" % get.CFLAGS())
shelltools.export("CFLAGS", "%s -fcommon -fno-strict-aliasing -fno-force-addr -ffunction-sections -frename-registers -fomit-frame-pointer" % get.CFLAGS())
shelltools.export("CXXFLAGS", "%s -fno-strict-aliasing -fno-force-addr -ffunction-sections -frename-registers -fomit-frame-pointer" % get.CXXFLAGS())
shelltools.export("CCASFLAGS","-Wa,--noexecstack")
# to get rid of cvs