forked from kiss-community/kiss
kiss-chroot: Fix cxxflags. Closes #123
This commit is contained in:
parent
4cbe2cb42e
commit
2136399986
@ -49,7 +49,7 @@ main() {
|
||||
USER=root \
|
||||
KISS_ASROOT=1 \
|
||||
CFLAGS="${2:--march=x86-64 -mtune=generic -pipe -Os}" \
|
||||
CXXFLAGS="${2:---march=x86-64 -mtune=generic -pipe -Os}" \
|
||||
CXXFLAGS="${2:--march=x86-64 -mtune=generic -pipe -Os}" \
|
||||
MAKEFLAGS="-j$(nproc 2>/dev/null || echo 1)" \
|
||||
/bin/sh -l
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user