How to disable Bitcode when generating iOS build using eas command

Hi, I was trying to test my build generated by running eas build -p ios on browserstack, but when uploading the artifact(.ipa file) to their servers I get an error complaining about the bitcode configuration:
the platform

do not support iOS apps built with App Store distribution profile and ‘Include bitcode for iOS content’ check enabled

Is there a way to set: BITCODE_ENABLED = ‘NO’ at building time ?

Thanks in advance :slight_smile:

Environment details:
eas-cli/0.47.0 linux-x64 node-v14.16.1