Skip to content

Commit

Permalink
Remove duplicate -std=c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Aug 15, 2024
1 parent d0f8d6f commit a5b848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ libparpar_gf16_a_SOURCES = \
parpar/gf16/gf16_cksum_generic.c
libparpar_gf16_a_CFLAGS = $(CFLAGS_POSIX_SOURCE) -D_DARWIN_C_SOURCE -D_GNU_SOURCE -D_DEFAULT_SOURCE
libparpar_gf16_a_CPPFLAGS = -Iparpar/gf16 -Iparpar/gf16/opencl-include $(AM_CPPFLAGS)
libparpar_gf16_a_CXXFLAGS = -std=c++11
libparpar_gf16_a_CXXFLAGS =

libparpar_gf16_sse2_a_SOURCES = \
parpar/gf16/gf16_xor_sse2.c \
Expand Down

0 comments on commit a5b848a

Please sign in to comment.