mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[svn-r1104] Corrected a typo in the "ld warning suppress" which has a peculiar
syntax.
This commit is contained in:
parent
aea248e1de
commit
3eecc727e0
@ -43,9 +43,10 @@ case "X-$CC_BASENAME" in
|
||||
CFLAGS="$CFLAGS -woff 799,803,835"
|
||||
|
||||
# Always turn off these loader warnings:
|
||||
# (notice the peculiar syntax)
|
||||
# 47: branch instructions that degrade performance on R4000
|
||||
# 84: a library is not used
|
||||
CFLAGS="$CFLAGS -Wl,-woff,47,84"
|
||||
CFLAGS="$CFLAGS -Wl,-woff,47 -Wl,-woff,84"
|
||||
|
||||
# Extra debugging flags
|
||||
DEBUG_CFLAGS="-g -fullwarn"
|
||||
|
Loading…
Reference in New Issue
Block a user