diff options
Diffstat (limited to 'contrib/cpt-chroot')
-rwxr-xr-x | contrib/cpt-chroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cpt-chroot b/contrib/cpt-chroot index 7d0585c..2524b68 100755 --- a/contrib/cpt-chroot +++ b/contrib/cpt-chroot @@ -57,7 +57,6 @@ main() { TERM="$TERM" \ SHELL=/bin/sh \ USER=root \ - KISS_ASROOT=1 \ CFLAGS="${CFLAGS:--march=$march -mtune=generic -pipe -Os}" \ CXXFLAGS="${CXXFLAGS:--march=$march -mtune=generic -pipe -Os}" \ MAKEFLAGS="${MAKFLAGS:--j$(nproc 2>/dev/null || echo 1)}" \ |