Specifying -Werror in the Jamfiles directly prevents the build system from disabling error-on-warning for some arch specific warnings (or even globally), breaking the ARM build. The "src/apps" directory is already setup to compile with -Werror by the build system anyway, so remove the explicit setting here.
22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
SubDir HAIKU_TOP src apps debuganalyzer gui chart ;
|
|
|
|
UsePrivateHeaders shared ;
|
|
|
|
UseHeaders $(HAIKU_DEBUG_ANALYZER_HEADERS) ;
|
|
|
|
MergeObject DebugAnalyzer_gui_chart.o
|
|
:
|
|
BigtimeChartAxisLegendSource.cpp
|
|
Chart.cpp
|
|
ChartAxis.cpp
|
|
ChartAxisLegendSource.cpp
|
|
ChartDataSource.cpp
|
|
ChartLegend.cpp
|
|
ChartRenderer.cpp
|
|
DefaultChartAxisLegendSource.cpp
|
|
LegendChartAxis.cpp
|
|
LineChartRenderer.cpp
|
|
NanotimeChartAxisLegendSource.cpp
|
|
StringChartLegend.cpp
|
|
;
|