diff --git a/contrib/kiss-chroot b/contrib/kiss-chroot index 0f2d2e3..5486b31 100755 --- a/contrib/kiss-chroot +++ b/contrib/kiss-chroot @@ -63,7 +63,6 @@ log Entering chroot; { TERM="$TERM" \ SHELL=/bin/sh \ USER=root \ - KISS_ASROOT=1 \ CFLAGS="${CFLAGS:--march=x86-64 -mtune=generic -pipe -Os}" \ CXXFLAGS="${CXXFLAGS:--march=x86-64 -mtune=generic -pipe -Os}" \ MAKEFLAGS="${MAKEFLAGS:--j$(nproc 2>/dev/null || echo 1)}" \