Skip to content

Commit

Permalink
Report HTS_CFLAGS_AVX2 et al in make print-config
Browse files Browse the repository at this point in the history
This information (probed for by configure) may also be of use
to third parties.
  • Loading branch information
jmarshall committed Jul 29, 2022
1 parent 66a7fad commit e92076c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@ libhts.a: $(LIBHTS_OBJS)
-$(RANLIB) $@

print-config:
@echo HTS_CFLAGS_AVX2 = $(HTS_CFLAGS_AVX2)
@echo HTS_CFLAGS_AVX512 = $(HTS_CFLAGS_AVX512)
@echo HTS_CFLAGS_SSE4 = $(HTS_CFLAGS_SSE4)
@echo HTS_HAVE_NEON = $(HTS_HAVE_NEON)
@echo LDFLAGS = $(LDFLAGS)
@echo LIBHTS_OBJS = $(LIBHTS_OBJS)
@echo LIBS = $(LIBS)
Expand Down

0 comments on commit e92076c

Please sign in to comment.