Commit 13ecfa6
committed
coverage: Pass coverage flags in CXXFLAGS
Older versions of setuptools pass CFLAGS to the C++ compiler.
Newer versions of setuptools pass only CXXFLAGS to the C++ compiler.
Set the profiling compiler flags in both CFLAGS and CXXFLAGS for now, to
cope with both old and new versions of setuptools.
Signed-off-by: Matt Wozniski <godlygeek@gmail.com>1 parent f0e4280 commit 13ecfa6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments