Skip to content
Snippets Groups Projects
Forked from Knot projects / Knot Resolver
7744 commits behind the upstream repository.
  • Marek Vavruša's avatar
    af4254d1
    build: amalgamated build support with AMALG=1 · af4254d1
    Marek Vavruša authored
    amalgamated build concatenates all files into a single .c file to
    allow compiler see all symbols and produce possibly smaller code.
    for binary distributions this is what you want, as it's faster but
    may consume more memory during compilation.
    it however cannot do incremental builds.
    af4254d1
    History
    build: amalgamated build support with AMALG=1
    Marek Vavruša authored
    amalgamated build concatenates all files into a single .c file to
    allow compiler see all symbols and produce possibly smaller code.
    for binary distributions this is what you want, as it's faster but
    may consume more memory during compilation.
    it however cannot do incremental builds.
.gitignore 535 B
*.o
*.a
*.so
*.so.*
*.dylib
*.dylib.*
*.lo
*.la
*.in
*.Plo
*.swp
*.d
*.db
*.out
*.6
*.log
*.inc
*.mdb
*.gcno
*.gcda
*.gcov
.dirstamp
.libs
.deps
_obj
tmp*
/autom4te.cache/*
/config.log
/config.h
/config.status
/config.guess
/config.sub
/configure
/ar-lib
/libtool
/missing
/compile
/depcomp
/install-sh
/stamp-h1
/aclocal.m4
/ltmain.sh
/ylwrap
/doc/doxyxml
/doc/html
/daemon/kresd
/tests/test_array
/tests/test_map
/tests/test_module
/tests/test_pack
/tests/test_set
/tests/test_utils
/tests/test_zonecut
kresd.amalg.c
libkres.amalg.c