[PR #35] Makefile fixes and cleanups #618

Open
opened 2026-01-29 20:46:27 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/35

State: closed
Merged: Yes


  • Distinguish between CC/CFLAGS, CPP/CPPFLAGS and CXX/CXXFLAGS.
    Do not store compiler flags in CPPFLAGS, which is for preprocessor.
  • Use COMMON_FLAGS for flags that are for both C and C++.
  • Drop -m64 flag which is wrong on 32-bit systems.
**Original Pull Request:** https://github.com/google/brotli/pull/35 **State:** closed **Merged:** Yes --- - Distinguish between CC/CFLAGS, CPP/CPPFLAGS and CXX/CXXFLAGS. Do not store compiler flags in CPPFLAGS, which is for preprocessor. - Use COMMON_FLAGS for flags that are for both C and C++. - Drop -m64 flag which is wrong on 32-bit systems.
claunia added the pull-request label 2026-01-29 20:46:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#618