zkmopro / mopro

Making client-side proving on mobile simple.
https://zkmopro.org
Apache License 2.0
118 stars 32 forks source link

Scripts: Passing Features to build scripts #177

Closed ElusAegis closed 2 months ago

ElusAegis commented 3 months ago

Allow to pass multiple rust compilation features from the config file to the build scripts.

Motivation

To allow to use of experimental features, which exist right now for Circom, however currently can not be used.

Source

          I suppose there will be more than one feature here

e.g. "circom gpu-benchmarks" but it is also good to have this here

_Originally posted by @vivianjeng in https://github.com/zkmopro/mopro/pull/149#discussion_r1627093099_

chancehudson commented 2 months ago

Closing as unnecessary, apps can now directly enable/disable features.