Skip to content

Commit

Permalink
binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Oct 28, 2021
1 parent 7fbe0f4 commit e962bd4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added binaries/.build_ubuntu.sh.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion binaries/build_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ c++ -std=c++11 ./*.cpp -I/usr/include/bamtools /usr/lib/x86_64-linux-gnu/libbam
# Make NORMAL
sed -i 's/#define debug if(.*)/#define debug if(false)/' base.cpp
c++ -std=c++11 ./*.cpp -I/usr/include/bamtools /usr/lib/x86_64-linux-gnu/libbamtools.a /usr/lib/gcc/x86_64-linux-gnu/5/libstdc++.a \
-o binaries/covtobed -lz
-o binaries/covtobed -lz -O3
cd -
Binary file modified binaries/covtobed
Binary file not shown.
Binary file modified binaries/covtobed_debug
Binary file not shown.

0 comments on commit e962bd4

Please sign in to comment.