Skip to content

Instantly share code, notes, and snippets.

@moolen
Created October 8, 2020 11:16
Show Gist options
  • Save moolen/70128bb93ccc1c8f6158e10573f8e50b to your computer and use it in GitHub Desktop.
Save moolen/70128bb93ccc1c8f6158e10573f8e50b to your computer and use it in GitHub Desktop.
bpftrace arm64
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a143efa..ba2c0eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -160,7 +160,7 @@ add_subdirectory(src/arch)
add_subdirectory(src/ast)
add_subdirectory(src)
if (BUILD_TESTING)
- add_subdirectory(tests)
+ #add_subdirectory(tests)
endif()
add_subdirectory(resources)
add_subdirectory(tools)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment