Skip to content

chore: added rule to generate compile_flags.txt. - #344

Merged
diasbruno merged 2 commits into
clibs:masterfrom
diasbruno:generate-compiler-flags-txt
Jul 18, 2026
Merged

chore: added rule to generate compile_flags.txt.#344
diasbruno merged 2 commits into
clibs:masterfrom
diasbruno:generate-compiler-flags-txt

Conversation

@diasbruno

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 12, 2026 23:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a small developer-tooling convenience to generate a compile_flags.txt file (useful for editor/clangd-style tooling) and ensures the generated artifact is not tracked by git.

Changes:

  • Add a compile-flags Makefile target that writes current CFLAGS plus deps/* include paths into compile_flags.txt.
  • Update .gitignore to ignore compile_flags.txt.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Makefile Adds a compile-flags rule that generates compile_flags.txt from build flags and deps include paths.
.gitignore Ignores the generated compile_flags.txt file.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile Outdated
jwerle
jwerle previously approved these changes Jul 14, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@diasbruno
diasbruno enabled auto-merge (squash) July 18, 2026 01:30
@diasbruno
diasbruno merged commit f7c35f6 into clibs:master Jul 18, 2026
6 of 7 checks passed
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.

3 participants