+ renice +1 2039
+ cd /root/asar/asar
+ git fetch
+ git checkout e7ba705742b052812e2d4117ee15fda5b3fcc322
HEAD is now at e7ba705 Fixed problems with escaping strings in the context of macros
+ rm -rf /root/asar/build
+ mkdir /root/asar/build
+ cd /root/asar/build
+ cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DASAR_USE_THREADS=OFF /root/asar/asar/src
-- The C compiler identification is GNU 11.2.1
-- The CXX compiler identification is GNU 11.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info