Skip to content

Implement BETA and DEBUG build targets#96

Open
Jacherr wants to merge 5 commits into
Retro-Rewind-Team:mainfrom
Jacherr:beta-dev-build-targets
Open

Implement BETA and DEBUG build targets#96
Jacherr wants to merge 5 commits into
Retro-Rewind-Team:mainfrom
Jacherr:beta-dev-build-targets

Conversation

@Jacherr
Copy link
Copy Markdown
Contributor

@Jacherr Jacherr commented May 10, 2026

  • -DDEBUG=1 is enabled when doing make debug, and outputs its files in build/debug. This enables some additional logging (both in the channel and in runtime-ext).
  • -DBETA=1 implies -DDEBUG=1. This is triggered when doing make beta, and changes paths to beta paths as described. In addition, it outputs its files in build/beta.
    • RetroRewind6 -> RRBeta
    • RetroRewindChannel -> RetroRewindChannelBeta
    • apps/RetroRewind -> apps/RetroRewindBeta
    • This also changes patch ids in the xml from RR* to RRBeta*.

@Jacherr Jacherr force-pushed the beta-dev-build-targets branch from 4d0632f to 66dc9f2 Compare May 10, 2026 19:01
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