Skip to content

build: turn on debug-safe optimizations with -Og - #1569

Merged
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:debug-safe-optimizations
May 1, 2015
Merged

build: turn on debug-safe optimizations with -Og#1569
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:debug-safe-optimizations

Conversation

@bnoordhuis

Copy link
Copy Markdown
Member

The resulting binary is still easy to inspect in gdb but is not as dog
slow. The 'parallel' test suite, although it takes several minutes to
complete, now finishes without any tests timing out.

@mscdexmscdex added the build Issues and PRs related to build files or the CI. label Apr 30, 2015
@jbergstroem

Copy link
Copy Markdown
Member

LGTM

The resulting binary is still easy to inspect in gdb but is not as dog
slow. The 'parallel' test suite, although it takes several minutes to
complete, now finishes without any tests timing out.
PR-URL: nodejs#1569
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
@bnoordhuis
bnoordhuisforce-pushed the debug-safe-optimizations branch from e94f814 to 78f4b03CompareMay 1, 2015 10:00
@bnoordhuis
bnoordhuis merged commit 78f4b03 into nodejs:masterMay 1, 2015
@bnoordhuis
bnoordhuis deleted the debug-safe-optimizations branch May 1, 2015 10:00
@rvaggrvagg mentioned this pull request May 2, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@bnoordhuis@jbergstroem@mscdex