Skip to content

Conversation

pionere
Copy link
Contributor

@pionere pionere commented Aug 16, 2025

Improve the handling of build-options (LTO, DEBUG and NXDK_ONLY).
Current behavior of LTO and DEBUG:

    1. not set -> OFF
    1. set, but it has not value -> OFF
    1. set with 0 or 1 -> OFF
    1. set with y -> ON
      Current behavior of NXDK_ONLY:
    1. not set -> OFF
    1. set, but it has not value -> OFF
    1. set with 0 or 1 -> ON
    1. set with y -> ON
      New behavior:
    1. not set -> OFF
    1. set, but it has not value -> ON
    1. set with 0 or OFF or n or N -> OFF
    1. set with 1 or ON or y or Y -> ON

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant