mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 13:28:03 +02:00
Fixed dec-osf compiler switches. From Tom.
This commit is contained in:
parent
53c4de62d0
commit
5845e519ab
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue