Skip to content

Commit

Permalink
remove NIMFLAGS
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Aug 21, 2024
1 parent 4bcafca commit c2cb588
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,8 @@ build_constantine() {
tar -xf nim-2.0.4-linux_arm64.tar.xz
git config --global --add safe.directory /home/ubuntu/constantine/constantine
export PATH=$(pwd)/nim-2.0.4/bin:$PATH
export NIMFLAGS="-d:release --passC:-fPIC --passL:-fPIC"
nimble make_lib
else
export NIMFLAGS="-d:release --passC:-fPIC --passL:-fPIC"
export PATH=$HOME/.nimble/bin:$PATH
nimble make_lib
fi
Expand Down

0 comments on commit c2cb588

Please sign in to comment.