Skip to content

Commit

Permalink
Generated static binaries for Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
magsilva committed Feb 2, 2018
1 parent 2f334a9 commit 48f4a32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified bin/dtm-linux32
Binary file not shown.
Binary file modified bin/dtm-linux64
Binary file not shown.
2 changes: 2 additions & 0 deletions dtm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ make main \
CCC=g++ \
CXX=g++ \
AS=as \
OPTFLAGS="-O2 -Wl,-static -static-libgcc" \
CFLAGS="-m32" \
CXXFLAGS="-m32" \
OUTPUT_FILE="dtm-linux32"
Expand All @@ -44,6 +45,7 @@ make main \
CCC=g++ \
CXX=g++ \
AS=as \
OPTFLAGS="-O2 -Wl,-static -static-libgcc" \
OUTPUT_FILE="dtm-linux64"

# Remember to remove the dynamic libraries from the libdir when compiling
Expand Down

0 comments on commit 48f4a32

Please sign in to comment.