We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48f28e commit e49270fCopy full SHA for e49270f
alire.toml
@@ -75,6 +75,9 @@ executables = ["mold"]
75
76
[build-profiles]
77
"mold" = "release"
78
+# development only:
79
+# "mold" = "development"
80
+# "mold_lib" = "development"
81
82
[build-switches."*"]
83
ada_version = ["-gnat2022", "-gnatX"]
@@ -87,5 +90,5 @@ mold_lib = "^2.3.0"
87
90
simple_logging = "^1.2.0"
88
91
89
92
# development only:
-#[[pins]]
-#mold_lib = { path = "../mold_lib" }
93
+# [[pins]]
94
+# mold_lib = { path = "../mold_lib" }
0 commit comments