Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Oct 7, 2024
1 parent fa6806e commit 9b3a583
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 @@ -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
Expand Down

0 comments on commit 9b3a583

Please sign in to comment.