Remove lto

This should be set by user flags.

Change-Id: I4459403f525710a4c43c4436f4fba40fe32d9b5d
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 4649de2358c97855c78ce0c152c7e4c08b4ca751
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. directory.cpp
  7. directory.hpp
  8. hwmon.hpp
  9. LICENSE
  10. Makefile.am
  11. readd.cpp
  12. README.md
  13. sensorcache.hpp
  14. sensorset.cpp
  15. sensorset.hpp
  16. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.