mirror of https://github.com/F-Stack/f-stack.git
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
|
|
||
|
# Copyright (C) Igor Sysoev
|
||
|
# Copyright (C) Nginx, Inc.
|
||
|
|
||
|
|
||
|
# 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"
|