Skip to content

Remove the hardcoded CFLAGS for GCC/LLVM#334

Merged
stevengj merged 1 commit intoJuliaStrings:masterfrom
Elv13:patch-1
Mar 9, 2026
Merged

Remove the hardcoded CFLAGS for GCC/LLVM#334
stevengj merged 1 commit intoJuliaStrings:masterfrom
Elv13:patch-1

Conversation

@Elv13
Copy link
Contributor

@Elv13 Elv13 commented Mar 9, 2026

This causes build failures when for cross compiled embedded system. For instance, when the position independent code is not configured the same way. It also prevents using -Os instead of -O2

Fixes #333

This causes build failures when for cross compiled embedded system. For instance, when the position independent code is not configured the same way. It also prevents using `-Os` instead of `-O2`
@stevengj stevengj merged commit e46d2db into JuliaStrings:master Mar 9, 2026
12 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.

Is there any reason why the CFLAGS are hardcoded?

2 participants