Skip to content

Commit

Permalink
Merge branch '374_updaet' of github.com:DEploid-dev/DEploid into 375_…
Browse files Browse the repository at this point in the history
…updaet
  • Loading branch information
shajoezhu committed Jan 20, 2025
2 parents 03cf6a3 + 18be7f9 commit 1645f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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++20 -Isrc/ -Isrc/codeCogs/ -Isrc/vcf/src/ -DDEPLOIDVERSION=\"${DEPLOIDVERSION}\" -DLASSOVERSION=\"${LASSOVERSION}\" -DCOMPILEDATE=\"${COMPILEDATE}\" -Wall -Wextra
common_flags = -std=c++2a -Isrc/ -Isrc/codeCogs/ -Isrc/vcf/src/ -DDEPLOIDVERSION=\"${DEPLOIDVERSION}\" -DLASSOVERSION=\"${LASSOVERSION}\" -DCOMPILEDATE=\"${COMPILEDATE}\" -Wall -Wextra

common_LDADD = -lz

Expand Down
2 changes: 1 addition & 1 deletion src/vcf
Submodule vcf updated 1 files
+0 −1 src/gzstream/version

0 comments on commit 1645f1d

Please sign in to comment.