Something went wrong on our end
 
        Forked from
        Knot projects / Knot Resolver 
 8088 commits behind the upstream repository.
- 
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.
Marek Vavruša authoredamalgamated 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.
 
  Makefile  2.41 KiB