Page MenuHomePhorge

xhpast: Accept CXXFLAGS and CPPFLAGS from the environment
Needs ReviewPublic

Authored by xtex on Thu, Jun 5, 23:15.

Details

Reviewers
None
Group Reviewers
O1: Blessed Committers
Summary

This allows users to pass customized flags to the compiler.

The motivation for this change is to include flags provided by automatic packaging systems.

For example, the build system of AOSC OS sets CXXFLAGS to tell the compiler to do cross-compile (when necessary) and generate debuginfo.

Test Plan

Provide some cross-compilation flags in CXXFLAGS and observe the binary.

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2069
Build 2069: arc lint + arc unit