Skip to content

Conversation

@d-torrance
Copy link
Member

@d-torrance d-torrance commented Dec 11, 2025

I'm in the process of tagging new releases for several of our dependencies for which we're upstream:

  • memtailor
  • mathic
  • mathicgb
  • frobby

@d-torrance d-torrance force-pushed the mathic-etc branch 9 times, most recently from 1a878f1 to 3eff98c Compare December 23, 2025 15:26

# C++ compiler flags
set(CXXFLAGS "${COMPILEFLAGS} -std=gnu++11 -w -Wno-mismatched-tags -Wno-deprecated-register")
set(CXXFLAGS "${COMPILEFLAGS} -std=gnu++11 -w -Wno-mismatched-tags -Wno-deprecated-register ${CMAKE_CXX_FLAGS}")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mahrud -- Is there a better way to get CXXFLAGS from the environment and pass them to the various library builds? (We need them for frobby, and I imagine some other C++ dependencies, when building with brew clang or we get a linking error.)

Also, do we still need the various hard-coded flags?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant