diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ LDFLAGS = # system call description, but only references to them, not their # instantiations (which have static storage), for that it it relies # on compiler optimisation.) +# If you know that the compiler has __builtin_ffsll([unsigned] long long int) +# which returns the index, plus 1, of the least significant set bit +# or 0 for 0, you can add -DHAVE_BUILTIN_FFSLL to CPPFLAGS; if you +# are using GCC>=3.4 or clang>=5, this is added automatically. DOWNLOAD = curl -- |