mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 10:51:12 +02:00
This reverts commit c225c2d4b6
.
This leads to a segfault at start and the upstream solution
is not yet ready for primetime, so revert this for now.
10 lines
170 B
Makefile
10 lines
170 B
Makefile
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
AM_CPPFLAGS = \
|
|
@HWLIB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libhwcaps.a
|
|
|
|
libhwcaps_a_SOURCES = \
|
|
hardware_caps.cpp
|