#build options

1 messages · Page 1 of 1 (latest)

upbeat hamlet
#

how do i add -fno-compiler-rt option form build-exe step into buld.zig file?

sudden falcon
#

so i.e exe.bundle_compiler_rt = false

upbeat hamlet
#

i see, thanks

sudden falcon
# upbeat hamlet 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