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

L1Trigger/CSCTrackFinder: disable optimizer on Clang #7416

Commits on Jan 28, 2015

  1. L1Trigger/CSCTrackFinder: disable optimizer on Clang

    Clang is causing issues (not only to CMS) with high memory usage in
    some scenarios. vpp_* generates files require 12.5GB of RSS with Clang,
    while only using 0.5GB with GCC. This was tested from Clang 3.3 to Clang
    3.6 and trunk (2015 Jan 28).
    
    This is reported upstream and few people already looking into it. Also
    causes issue to KDE/QT people.
    
    Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
    David Abdurachmanov authored and David Abdurachmanov committed Jan 28, 2015
    Copy the full SHA
    dd5955c View commit details
    Browse the repository at this point in the history