#build options
1 messages · Page 1 of 1 (latest)
Compile steps have a bundle_compiler_rt field
so i.e exe.bundle_compiler_rt = false
i see, thanks
generally if you dont know how to add an option, you can just go to the std source code and do grep -rn “compiler-rt” or whatever and youll see a addFlag call somewhere in the Step/Compile so you can see what determines if its set or not