Skip to content

[refactor]: remove compiler flags #225

Merged
1a1a11a merged 2 commits intodevelopfrom
1a1a11a/remove_compiler_flag
Jun 22, 2025
Merged

[refactor]: remove compiler flags #225
1a1a11a merged 2 commits intodevelopfrom
1a1a11a/remove_compiler_flag

Conversation

@1a1a11a
Copy link
Copy Markdown
Owner

@1a1a11a 1a1a11a commented Jun 22, 2025

resolve #205

@1a1a11a 1a1a11a requested a review from haochengxia as a code owner June 22, 2025 21:13
@1a1a11a 1a1a11a requested review from Copilot and removed request for haochengxia June 22, 2025 21:13

This comment was marked as outdated.

…ncy. Simplified directory navigation and build commands by removing redundant lines and ensuring proper quoting.
@1a1a11a 1a1a11a force-pushed the 1a1a11a/remove_compiler_flag branch from f1e1ff3 to de39434 Compare June 22, 2025 21:23
@1a1a11a 1a1a11a requested review from Copilot and haochengxia June 22, 2025 22:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR simplifies the installation script by removing hard-coded compiler flags and refactoring the workflow.

  • Removed explicit compiler and CMake build options
  • Improved script quoting and directory handling
  • Streamlined commands with minimal changes to core logic
Comments suppressed due to low confidence (1)

scripts/install_libcachesim.sh:4

  • The variable name 'SORUCE' appears to be misspelled; consider renaming it to 'SOURCE' for clarity.
SORUCE=$(readlink -f "${BASH_SOURCE[0]}")

@1a1a11a 1a1a11a merged commit 6305dbf into develop Jun 22, 2025
7 checks passed
@1a1a11a 1a1a11a deleted the 1a1a11a/remove_compiler_flag branch June 22, 2025 22:50
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.

Manage compiler flags

3 participants