Removing lines in build scripts because bash. (#4765)

This commit is contained in:
clemahieu 2024-10-23 06:42:09 +01:00 committed by GitHub
commit 9efd84972e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -48,7 +48,6 @@ cmake \
-DNANO_WARN_TO_ERR=ON \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Debug} \
-DQt5_DIR=${qt_dir} \
#${BACKTRACE:-} \
${SANITIZERS:-} \
..

View file

@ -66,7 +66,6 @@ cmake \
-DCI_VERSION_PRE_RELEASE=${CI_VERSION_PRE_RELEASE:-OFF} \
${CMAKE_SANITIZER:-} \
${CMAKE_QT_DIR:-} \
#${CMAKE_BACKTRACE:-} \
${SRC}
number_of_processors() {