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

Enable link-time optimization in compiler. #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bashimao
Copy link
Contributor

Description

This will enable link-time optimization the base image, which will in turn enable us to compile RocksDB from source as a direct dependency of TFRA.

Type of change

  • Bug fix
  • New Tutorial
  • Updated or additional documentation
  • Additional Testing
  • New Feature

@rhdong rhdong closed this Jul 31, 2022
@rhdong
Copy link
Member

rhdong commented Jul 31, 2022

ReCI.

--disable-multilib \
--enable-__cxa_atexit \
--enable-gnu-indirect-function \
--enable-gnu-unique-object \
--enable-initfini-array \
--enable-languages="c,c++" \
--enable-lto \
Copy link
Member

@rhdong rhdong Mar 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @bashimao @MoFHeka, it looks like we need to rebuild the CI docker images, right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants