mirror of https://github.com/freetype/freetype
Fixed dec-osf compiler switches. From Tom.
This commit is contained in:
parent
3a89c2a4ac
commit
07373c8de9
|
@ -25,7 +25,8 @@ if test "x$CC" = xgcc; then
|
|||
else
|
||||
case "$host" in
|
||||
*-dec-osf*)
|
||||
XX_CFLAGS="-std1 -O2 -g3"
|
||||
CFLAGS=
|
||||
XX_CFLAGS="-std1 -g3"
|
||||
XX_ANSIFLAGS=
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue