Created
October 8, 2020 11:16
-
-
Save moolen/70128bb93ccc1c8f6158e10573f8e50b to your computer and use it in GitHub Desktop.
bpftrace arm64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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