On Mon, Jun 8, 2020 at 11:21 AM Stephen Smalley <stephen.smalley.work@xxxxxxxxx> wrote: > > On Mon, Jun 8, 2020 at 11:37 AM <bill.c.roberts@xxxxxxxxx> wrote: > > > > From: William Roberts <william.c.roberts@xxxxxxxxx> > > > > Start a section in the README for documenting that custom CFLAGS yields > > CUSTOM results and that your mileage may vary. The first CFLAG to > > document that you likely want to include is -fsemantic-interposition. > > CUSTOM is all-caps for some reason, and it should be Meant to emphasize CUSTOM RESULTS, but it only really emphasizes it correctly if RESULTS is also capitalized (which it wasn't). > -fno-semantic-interposition. Argh, I forgot to change that, sorry. > > > diff --git a/README.md b/README.md > > index 9d64f0b5cf90..eb8e170ea1f7 100644 > > --- a/README.md > > +++ b/README.md > > + > > +- -fsemantic-interposition for gcc or compilers that do not do this. clang does this by default. clang-10 and up > > + will support passing this flag, but ignore it. Previous clang versions fail. > > -fno-semantic-interposition