Skip to content

Commit 34695b5

Browse files
profiling: use alternative memcpy implementation
1 parent 7fab4f9 commit 34695b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ endif()
4141

4242
# Add echion
4343
set(ECHION_COMMIT
44-
"f7d3870a65082f123245f456ddef63d41de0e842" # https://github.com/kowalskithomas/echion/commit/f7d3870a65082f123245f456ddef63d41de0e842
44+
"a9c9e691b98162db64f9234640f923d608494580" # https://github.com/kowalskithomas/echion/commit/a9c9e691b98162db64f9234640f923d608494580
4545
CACHE STRING "Commit hash of echion to use")
4646
FetchContent_Declare(
4747
echion

0 commit comments

Comments
 (0)