blob: 3a01b013943d9665f151389d212e29e204a01d76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- tests/lakefile.toml.orig 2025-11-17 18:29:21 UTC
+++ tests/lakefile.toml
@@ -1,5 +1,7 @@
name = "tests"
+weakLeancArgs = ["-fPIC"]
+
# Allow `module` in tests when opened in the language server.
# Enabled during actual test runs in the respective test_single.sh.
moreGlobalServerArgs = ["-Dexperimental.module=true"]
|