We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308d0c4 commit f51149cCopy full SHA for f51149c
CMakeLists.txt
@@ -64,7 +64,7 @@ option(ENABLE_EXPORT "Enable PIC and export libraries" OFF)
64
option(AUTO_DETECT_ISA "Enable automatic ISA detection" ON)
65
option(BUILD_TESTS "Compile tests" ON)
66
option(ENABLE_GPROF "Enable gprof" OFF)
67
-option(USE_PHY_TESTVECTORS "Enable testvector PHY tests" ON)
+option(USE_PHY_TESTVECTORS "Enable testvector PHY tests" OFF)
68
# Set assertion level options and default value.
69
set(ASSERT_LEVEL "AUTO" CACHE STRING "Assertion paranoia level")
70
set_property(CACHE ASSERT_LEVEL PROPERTY STRINGS AUTO MINIMAL NORMAL PARANOID)
0 commit comments