-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-
CXXFLAGS_SPECIAL
, +FLAGS_SPECIAL
: pass to both
?`build.sh`, ?`Macros.sh: -`CXXFLAGS_SPECIAL`, +`FLAGS_SPECIAL`; not specific to `CXX`. -`CXXFLAGS_ANALYSIS`, +`FLAGS_ANALYSIS`; not specific to `CXX`. Is followup to: commit 64ca540 (?build.sh:+CXX_FLAGS_ANALYSIS ,,,) ?`CXXFLAGS_DEBUG`; remove flags not specific to `CXX`. +`FLAGS_DEBUG`; pass to both `CC` and `CXX`. Is followup to: commit 8727038 (?`build.sh`:?`CXX_FLAGS_DEBUG` split in 2) -`CXXFLAGS_RELEASE`, +`FLAGS_RELEASE`; not specific to `CXX`. `:%s/CCFLAGS/CFLAGS/`; typo fix, now can inherit `CFLAGS` from environment of user. Is followup to: commit 4fef864 (`:%s/_FLAGS/FLAGS/`: most projects do not include those underscores.), which should have fixes this. Assists with issue #21 (analogous `make` tools). ?`Macros.sh`: `SUSUWU_SETUP_BUILD_FLAGS()`: use `FLAGS_SPECIAL` Is followup to: commit 3ee82e4 (... +`CXXFLAGS_SPECIAL`: For `README.md` flags. ?`CXXFLAGS`: Now includes `CXXFLAGS_SPECIAL`.), which forgot to include `CXXFLAGS_SPECIAL`.
- Loading branch information
1 parent
f69c1ee
commit 9ba840a
Showing
2 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters