Bradley Sepos

Results 215 comments of Bradley Sepos

We could promote the first part of the label to be a subheading for the group. Per our discussion on IRC, I've added title metadata and agree we should limit...

Anyone coming here from #51, please note we are still against setting the destination's filesystem creation/modification dates to the source's. Rather, we are considering providing the option to promote the...

Re-targeting for 1.6.0. Sorry I wasn't able to review this, Real Life™ has been interesting.

Just a quick note to say I haven't forgotten about this. I put it on my list for last weekend but it got bumped. Hoping to get to it this...

@galad87 Any chance you have some cycles to inspect the Xcode 13.3 case? I don't have Monterey set up at the moment.

> > Initially I was thinking `--native` is a bit specific, meaning we could instead have an option `--march` for more flexibility. But two things came to mind there: 1)...

Regarding `--extra-cflags`, I think this is how we expected to read CFLAGS in the past (aside from `custom.defs`), can you try it? ```bash export CFLAGS="-fno-math-errno -fno-signed-zeros -mstack-alignment=16" ./configure ... ```...

Okay, cool. I'm still for adding `--extra-cflags` to make this nicer. I was just curious. 😸 Working on some improvements (I think). Stay tuned.

Branch for testing: https://github.com/bradleysepos/HandBrake/commits/cflags_lto3. Moves new configuration out of the `$(HOST.*)` namespace. Possibly solves specifying multiple flags in `--extra-cflags` but I have not yet checked. Replaces `--native` with `--cpu=native` (or...