mvfst: disable pacret & trivialautovarinit hardening flags
This commit is contained in:
@@ -60,6 +60,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gtest
|
||||
];
|
||||
|
||||
hardeningDisable = [
|
||||
# causes test failures on aarch64
|
||||
"pacret"
|
||||
# causes empty cmake files to be generated
|
||||
"trivialautovarinit"
|
||||
];
|
||||
|
||||
cmakeFlags =
|
||||
[
|
||||
(lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
|
||||
|
||||
Reference in New Issue
Block a user