Skip to content

Conversation

@shindere
Copy link
Contributor

This small PR consists of two commits:

  1. otherlibs/systhreads/Makefile should not add -g to the CFLAGS since this is dealt with globally by the build system. So, before this commit -g was passed twice when compiling st_stubs.c. With this commit -g is passed only once.
  2. Don't use configured CFLAGS & CPPFLAGS to compile third-party C sources #12589 and in particular 31cdf41 has introduced a duplication of C compiler flags which this commit eliminates.

shindere added 2 commits July 19, 2024 12:57
This is already dealt with by the build system, meaning that,
before this commit, -g was actually occurring twice.
@shindere shindere force-pushed the fix-systhreads-cflags branch from f8a2058 to d0590d8 Compare July 19, 2024 12:10
@dra27 dra27 added the merge-me label Jul 19, 2024
@dra27 dra27 merged commit 4e3bfd9 into ocaml:trunk Jul 19, 2024
@shindere
Copy link
Contributor Author

shindere commented Jul 19, 2024 via email

@shindere shindere deleted the fix-systhreads-cflags branch July 19, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants