From 4826c70c773db59cb772b9e5ad2ca3b07483acc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net>
Date: Mon, 12 Nov 2018 03:54:46 +0100
Subject: [PATCH] No buildflags

---
 PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index 5b6379f..ae62c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='The Linux Kernel cooked by Seblu'
 arch=('x86_64')
 license=('GPL2')
 url='http://www.kernel.org'
-options=('!strip')
+options=('!strip' '!buildflags')
 makedepends=('glibc' 'libelf' 'kmod' 'git' 'make' 'gcc' 'bc' 'sed')
 depends=('linux-firmware' 'kernel-install-hook')
 install=linux-seblu.install
-- 
GitLab