mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 21:19:12 -06:00
15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
|
|
||
|
# Copyright (C) Igor Sysoev
|
||
|
|
||
|
|
||
|
# aCC: HP ANSI C++ B3910B A.03.55.02
|
||
|
|
||
|
# C89 mode
|
||
|
|
||
|
CFLAGS="$CFLAGS -Ae"
|
||
|
CC_TEST_FLAGS="-Ae"
|
||
|
|
||
|
PCRE_OPT="$PCRE_OPT -Ae"
|
||
|
ZLIB_OPT="$ZLIB_OPT -Ae"
|
||
|
MD5_OPT="$MD5_OPT -Ae"
|