Skip to content

Conversation

@slipher
Copy link
Member

@slipher slipher commented Sep 15, 2024

No description provided.

There is a BUILD_ALWAYS option now which can be used instead of a custom
step that runs before the build to force it.
# it is also used to link with libpthread on Linux.
if (NOT APPLE)
if (LINUX OR FREEBSD)
try_c_cxx_flag(PTHREAD "-pthread")
Copy link
Member

Choose a reason for hiding this comment

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


# Hardening.
if (USE_HARDENING OR NOT MINGW)
if (USE_HARDENING OR (NOT MINGW AND NOT NACL))
Copy link
Member

Choose a reason for hiding this comment

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

If that should not be used with NaCl, the USE_HARDENING name can be removed from set(DEFAULT_NACL_VM_INHERITED_OPTIONS …) in CMakeLists.txt (better do both).

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.

2 participants