stagit-gopher: avoid optimization flags

From and sync with wip/stagit.
This commit is contained in:
Leonardo Taccari 2019-05-27 21:43:19 +02:00
parent cee2e7d977
commit 95d7a49515
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Fixing config.mk
SUBST_FILES.makefile= config.mk
SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O2,,'
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'