Skip to content

Commit

Permalink
don't pay attention to AUTOBUILD_ADDRSIZE, hardcode 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMeadows committed Sep 8, 2023
1 parent 5bb1e47 commit c84ed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ case "$AUTOBUILD_PLATFORM" in
unset DISTCC_HOSTS CC CXX CFLAGS CPPFLAGS CXXFLAGS

# Default target per autobuild build --address-size
opts="${TARGET_OPTS:--m$AUTOBUILD_ADDRSIZE}"
opts="${TARGET_OPTS:--m64}"
DEBUG_COMMON_FLAGS="$opts -Og -g -fPIC -DPIC"
RELEASE_COMMON_FLAGS="$opts -O3 -g -fPIC -DPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2"
DEBUG_CFLAGS="$DEBUG_COMMON_FLAGS"
Expand Down

0 comments on commit c84ed9d

Please sign in to comment.