From 9b3a583d85c9643b6b3afbb4cfaf61424daaa927 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Tue, 8 Oct 2024 03:22:07 +0800 Subject: [PATCH] update --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fbd7082..56773da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ TESTS = unit_tests io_unit_tests check_PROGRAMS = unit_tests dEploid_dbg io_unit_tests current_unit_tests # dEploid_prof PROG = DEPLOID -common_flags = -std=c++17 -Isrc/ -DDEPLOIDVERSION=\"${DEPLOIDVERSION}\" -DLASSOVERSION=\"${LASSOVERSION}\" -DCOMPILEDATE=\"${COMPILEDATE}\" -Wall -Wcast-function-type -Wclobbered -Wdangling-else -Wdeprecated-copy -Wempty-body -Wredundant-move -Wshift-negative-value -Wsign-compare -Wsized-deallocation -Wstring-compare -Wtype-limits -Wunused-parameter -Wunused-but-set-parameter -Winit-self +common_flags = -std=c++17 -Isrc/ -DDEPLOIDVERSION=\"${DEPLOIDVERSION}\" -DLASSOVERSION=\"${LASSOVERSION}\" -DCOMPILEDATE=\"${COMPILEDATE}\" -Wall -Wcast-function-type -Wclobbered -Wdangling-else -Wdeprecated-copy -Wempty-body -Wredundant-move -Wshift-negative-value -Wsign-compare -Wsized-deallocation -Wtype-limits -Wunused-parameter -Wunused-but-set-parameter -Winit-self common_LDADD = -lz