Skip to content

Commit e49270f

Browse files
committed
Add options for development
1 parent d48f28e commit e49270f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

alire.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ executables = ["mold"]
7575

7676
[build-profiles]
7777
"mold" = "release"
78+
# development only:
79+
# "mold" = "development"
80+
# "mold_lib" = "development"
7881

7982
[build-switches."*"]
8083
ada_version = ["-gnat2022", "-gnatX"]
@@ -87,5 +90,5 @@ mold_lib = "^2.3.0"
8790
simple_logging = "^1.2.0"
8891

8992
# development only:
90-
#[[pins]]
91-
#mold_lib = { path = "../mold_lib" }
93+
# [[pins]]
94+
# mold_lib = { path = "../mold_lib" }

0 commit comments

Comments
 (0)