From 7794fef36318805aa40e5f800670f8658588aae5 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Tue, 8 Oct 2024 04:37:53 +0800 Subject: [PATCH] update --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 56773da..4cea9ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +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 -Wtype-limits -Wunused-parameter -Wunused-but-set-parameter -Winit-self - +common_flags = -std=c++17 -Isrc/ -DDEPLOIDVERSION=\"${DEPLOIDVERSION}\" -DLASSOVERSION=\"${LASSOVERSION}\" -DCOMPILEDATE=\"${COMPILEDATE}\" -Wall -Wextra common_LDADD = -lz