Skip to content
Snippets Groups Projects
  • Romain Bertozzi's avatar
    32692dea
    build: fix broken release build process · 32692dea
    Romain Bertozzi authored
    This patch fixes the process of building release binaries. The build
    was broken in the commit 86759bbc.
    
    Before this patch, the built binary was a debug one, even if --release
    was set as argument.
    
    To fix this, we now propagate the RELEASE variable to the build-daemon
    script from compile.sh.
    Doing so, the make instruction remains the same and now uses a
    correctly initialized RELEASE variable (which was always 0 before).
    
    Tuleap: #1156
    Change-Id: Ief812c77742664bc0279cb70baa2925e9a49019b
    32692dea
    History
    build: fix broken release build process
    Romain Bertozzi authored
    This patch fixes the process of building release binaries. The build
    was broken in the commit 86759bbc.
    
    Before this patch, the built binary was a debug one, even if --release
    was set as argument.
    
    To fix this, we now propagate the RELEASE variable to the build-daemon
    script from compile.sh.
    Doing so, the make instruction remains the same and now uses a
    correctly initialized RELEASE variable (which was always 0 before).
    
    Tuleap: #1156
    Change-Id: Ief812c77742664bc0279cb70baa2925e9a49019b
Code owners
Assign users and groups as approvers for specific file changes. Learn more.