Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove default OPT=-O for non-GCC compilers
  • Loading branch information
bobzinin authored and bobzinin committed Dec 2, 2025
commit 6dc84632ab77a968b7c6114bc04dd73f05c92572
6 changes: 1 addition & 5 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,7 @@ then
case $ac_sys_system in
SCO_SV*) OPT="$OPT -m486 -DSCO5"
;;
esac
esac
;;
esac
fi
Expand Down
Loading