Skip to content

Commit bb674d7

Browse files
committed
Merge branch 'topic/lkql_jit/disable_g1' into 'master'
Disable usage of the "G1" GC in the native version of LKQL JIT See merge request eng/libadalang/langkit-query-language!543
2 parents 4442ea4 + 5dd0731 commit bb674d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lkql_jit/standalone/make_native.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ def look_for_files_in_env(files: list[str], env_var_name: str) -> dict[str, str]
106106

107107
os_specific_options.extend(
108108
[
109-
# The G1 garbage collector is only supported on Linux for now
110-
"--gc=G1",
111109
# Then we add additional options for the C compiler
112110
*[
113111
f"--native-compiler-options=-I{header_dir}"

0 commit comments

Comments
 (0)