-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into nacho/updateRuleset1.13.2
- Loading branch information
Showing
104 changed files
with
12,119 additions
and
446 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,6 +363,7 @@ profiler/_build/ | |
obj/* | ||
obj_arm64/* | ||
obj_x86_64/* | ||
obj_arm64_x86_64/* | ||
|
||
# cmake build files | ||
.ionide/ | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
add_library(glibc-compat OBJECT | ||
${DOTNET_TRACER_REPO_ROOT_PATH}/shared/src/glibc-compat/glibc-compat.c | ||
) | ||
if (CMAKE_SYSTEM_NAME MATCHES "Darwin") | ||
add_library(glibc-compat INTERFACE) | ||
else() | ||
add_library(glibc-compat OBJECT | ||
${DOTNET_TRACER_REPO_ROOT_PATH}/shared/src/glibc-compat/glibc-compat.c | ||
) | ||
|
||
set_target_properties(glibc-compat PROPERTIES POSITION_INDEPENDENT_CODE 1) | ||
set_target_properties(glibc-compat PROPERTIES POSITION_INDEPENDENT_CODE 1) | ||
|
||
target_compile_options(glibc-compat PUBLIC | ||
-std=c11 | ||
) | ||
target_compile_options(glibc-compat PUBLIC | ||
-std=c11 | ||
) | ||
endif() |
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
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
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
Oops, something went wrong.