Skip to content

Commit

Permalink
disable parcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzbk committed Dec 3, 2024
1 parent e244c93 commit ec20daa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sources.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
CHECK_CXX_COMPILER_FLAG("-mfpu=neon -march=armv7-a" COMPILER_SUPPORTS_ARM32_NEON)
if(COMPILER_SUPPORTS_ARM32_NEON)
set(NEON_CXXFLAGS "-mfpu=neon")
#set(NEON_CXXFLAGS "-mfpu=neon")
endif()

CHECK_CXX_COMPILER_FLAG("-march=armv8-a+crc -fpermissive" COMPILER_SUPPORTS_ARM_CRC)
if(COMPILER_SUPPORTS_ARM_CRC)
set(ACLECRC_CXXFLAGS "-march=armv8-a+crc -fpermissive")
#set(ACLECRC_CXXFLAGS "-march=armv8-a+crc -fpermissive")
endif()

if(CMAKE_SYSTEM_PROCESSOR MATCHES "i?86|x86_64")
Expand Down
1 change: 1 addition & 0 deletions linux/build-nzbget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ build_bin()
-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain.cmake \
-DENABLE_STATIC=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DDISABLE_PARCHECK=ON \
-DVERSION_SUFFIX=$VERSION_SUFFIX \
-DCMAKE_INSTALL_PREFIX=$NZBGET_ROOT/$OUTPUTDIR/install/$ARCH \
$CMAKE_EXTRA_ARGS
Expand Down

0 comments on commit ec20daa

Please sign in to comment.