You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
We will need the ability to set external variables for building smart contracts for their compilation flags and linking flags.
This should look something like.
In the project.yaml ...
compile_flags : "{var1} {var2}"
antler-proj build -Dvar1="-foo" -Dvar2="-bar"
The text was updated successfully, but these errors were encountered: