Skip to content

Commit

Permalink
test map files 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 27, 2023
1 parent 74d73d3 commit f5676f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions curl-autotools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ _VER="$1"
fi
if [ "${_OS}" = 'mac' ]; then
LDFLAGS="${LDFLAGS} -Wl,-map,${_MAP_NAME}"
elif [ "${_OS}" = 'linux' ]; then
LDFLAGS="${LDFLAGS} -Wl,-Map=${_MAP_NAME}"
else
LDFLAGS="${LDFLAGS} -Wl,-Map,${_MAP_NAME}"
fi
Expand Down

0 comments on commit f5676f4

Please sign in to comment.