Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: unbreak -prof, disable PIE on OS X #6453

Closed
wants to merge 1 commit into from

Commits on Apr 28, 2016

  1. build: unbreak -prof, disable PIE on OS X

    Commit 204f3a8 ("build: Bump MACOSX_DEPLOYMENT_TARGET to 10.7")
    unwittingly turned on new ASLR features that make `-prof` unusable for
    profiling C++ code, breaking `test/parallel/test-tick-processor.js` in
    the process.  Build with `-Wl,-no_pie` for now.
    
    Fixes: nodejs#5903
    bnoordhuis committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    cc0d71f View commit details
    Browse the repository at this point in the history