Setting mono --aot=full option for building code on Mac

Answered

Hi,

How do I set build options for the  /Library/Frameworks/Mono.framework/Versions/Current/bin/mono executable?

Specifically I'd like to build with  /Library/Frameworks/Mono.framework/Versions/Current/bin/mono --aot=full option.

I'm using Mac OS 10.14 and Rider 2018.2 or 2018.3

Thanks

0
1 comment

Hi,

Unfortunately, it is not possible to add --aot=full option during a build. However, you can add it as a runtime argument of your run configuration:

0

Please sign in to leave a comment.