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

Revert "Move L1Trigger/CSCTrackFinder/src/core_ files to external package" #13974

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion L1Trigger/CSCTrackFinder/BuildFile.xml
Expand Up @@ -12,5 +12,12 @@
<use name="DataFormats/L1DTTrackFinder"/>
<use name="DataFormats/L1GlobalMuonTrigger"/>
<use name="boost"/>
<use name="CSCTrackFinderEmulation"/>

<flags ADD_SUBDIR="1"/>
<flags CXXFLAGS="-O1"/>
<flags REM_CXXFLAGS="-flto"/>
<!-- Disable optimizer due to high memory usage by Clang
(3.6 RC1 and trunk, 2015 Jan 28) -->
<release name=".*_CLANG_.*">
<flags CXXFLAGS="-O0"/>
</release>