summaryrefslogtreecommitdiffstats
path: root/m4
AgeCommit message (Collapse)Author
2017-03-12allow -flto to be set when cross compilingCosta Tsaousis (ktsaou)
2017-03-12check if -flto can build executables before enabling itCosta Tsaousis (ktsaou)
2017-01-22added autotools rule to enable profiling/debuggingCosta Tsaousis (ktsaou)
2017-01-18use gcc statement expressions to inline commonly used functionsCosta Tsaousis (ktsaou)
2017-01-07use autoconf for checking gcc function attributesCosta Tsaousis (ktsaou)
2016-10-02best practicesCosta Tsaousis (ktsaou)
2016-10-01allow linking with jemalloc or tcmallocCosta Tsaousis (ktsaou)
2016-09-30reduce netdata virtual memory size by setting MALLOC_ARENA_MAX; portable way ↵Costa Tsaousis (ktsaou)
of detecting mallinfo() and mallopt()
2016-09-29make sure atomic operations are linkable; fixes #860Costa Tsaousis (ktsaou)
2016-09-28use prior version of ax_check_compile_flag for autotools >=2.60 compatibilityCosta Tsaousis
2016-09-28enable -msse2 -mfpmath=sse on x86 machines that support it; fixes #450; ↵Costa Tsaousis (ktsaou)
fixes #263
2016-09-28autoconf for detecting 32/64 bit CPUCosta Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>