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