5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58ab619f0b | |||
| 0eaef0c326 | |||
| 5882227628 | |||
| 0e59aa8533 | |||
| 51b88d618e |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 58ab619f0b |
make: Rename CFLAGS, CXXFLAGS and CPPFLAGS variables
Rename CFLAGS and friends to follow the conventions of the implicit rules defined by GNU Make: - $(CPPFLAGS) is passed to both C++ and C compiler - $(CXXFLAGS) is passed to C++ compiler only - $(CFLAGS) is passed to C compiler only - C++ compiler is in $(CXX) Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0eaef0c326 |
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 5882227628 |
make: Clean up profiling options
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0e59aa8533 |
profile.mk: Add support for llvm xray
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 51b88d618e |
make: Split up profiler.mk into profiler-defs.mk and profiler-rules-run.mk
Signed-off-by: Jan Lindemann <jan@janware.com> |