mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
do not strip everything for release build (#4623)
This commit is contained in:
parent
bccc28dd98
commit
690f8f8672
@ -140,7 +140,7 @@ function main() {
|
||||
mkdir -p $BINARY_INSTALL_DIR
|
||||
cp "$BUILD_DIR/osquery/osqueryd" $BINARY_INSTALL_DIR
|
||||
ln -s osqueryd $BINARY_INSTALL_DIR/osqueryi
|
||||
strip $BINARY_INSTALL_DIR/*
|
||||
strip --strip-debug $BINARY_INSTALL_DIR/*
|
||||
cp "$CTL_SRC" $BINARY_INSTALL_DIR
|
||||
|
||||
# Create the prefix log dir and copy source configs
|
||||
|
Loading…
Reference in New Issue
Block a user