diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ topsrcdir := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST)))) topoutdir := $(topsrcdir) include $(topsrcdir)/build-aux/Makefile.head.mk +CGO_CPPFLAGS = $(CPPFLAGS) -U_FORTIFY_SOURCE CGO_CFLAGS = $(CFLAGS) -Wno-unused-parameter CGO_ENABLED = 1 |