Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
almagui
/
pahole
/
refs/heads/next
/
.
/
buildcmd.sh
blob: 5a15d4b6cbbc856a79e4f2b699351783683041cd [
file
] [
log
] [
blame
]
#!/bin/sh
mkdir build
cd build
cmake
-
DCMAKE_BUILD_TYPE
=
Release
..
cd
..
make
-
j $
(
getconf _NPROCESSORS_ONLN
)
-
C build