mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove extra 'else' in solaris compiler code.
This commit is contained in:
@ -4,7 +4,7 @@ if test "$GCC" != yes ; then
|
|||||||
if test "$enable_debug" != yes; then
|
if test "$enable_debug" != yes; then
|
||||||
CFLAGS="$CFLAGS -O" # any optimization breaks debug
|
CFLAGS="$CFLAGS -O" # any optimization breaks debug
|
||||||
fi
|
fi
|
||||||
else
|
|
||||||
# Pick the right test-and-set (TAS) code for the Sun compiler.
|
# Pick the right test-and-set (TAS) code for the Sun compiler.
|
||||||
# We would like to use in-line assembler, but the compiler
|
# We would like to use in-line assembler, but the compiler
|
||||||
# requires *.il files to be on every compile line, making
|
# requires *.il files to be on every compile line, making
|
||||||
|
Reference in New Issue
Block a user