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

Add PREFER_SYSTEM_LIBRARIES support for 'v8' engine #1476

Merged
merged 1 commit into from
Sep 24, 2018

Commits on Sep 24, 2018

  1. Add PREFER_SYSTEM_LIBRARIES support for 'v8' engine

    It also fixes compilation errors when SUPPORT_V8 is defined.
    
    Recommended options for compiling with 'v8' JS engine:
      -DPREFER_SYSTEM_LIBRARIES=ON
      -DSUPPORT_V8=ON
      -DSUPPORT_NODE=OFF
      -DSUPPORT_DUKTAPE=OFF
      -DPKG_CONFIG_DISABLE_NODE=ON
      -DPKG_CONFIG_DISABLE_NODE8=ON
    
    For more comprehensive example please have a look at:
        ci/builds/*-wayland-v8-gcc-tsan.sh script.
    dwrobel committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    a8bc047 View commit details
    Browse the repository at this point in the history