You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake_dependent_option(ENABLE_PCI_MEMORY "Enable detecting GPU memory size with libpci"OFF"LINUX OR BSD"OFF)
73
-
cmake_dependent_option(ENABLE_SYSTEM_YYJSON "Use system provided (instead of fastfetch embeded) yyjson library"OFF"LINUX OR APPLE OR BSD OR WIN32 OR ANDROID"OFF)
74
73
74
+
option(ENABLE_SYSTEM_YYJSON "Use system provided (instead of fastfetch embeded) yyjson library"OFF)
75
+
option(ENABLE_ASAN "Build fastfetch with ASAN (address sanitizer)"OFF)
75
76
option(BUILD_TESTS "Build tests"OFF) # Also create test executables
76
77
option(SET_TWEAK "Add tweak to project version"ON) # This is set to off by github actions for release builds
77
78
@@ -116,7 +117,8 @@ if(APPLE AND DEFINED ENV{HOMEBREW_PREFIX})
0 commit comments