Welcome to mirror list, hosted at ThFree Co, Russian Federation.

acc « cc « auto - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/cc/acc
blob: 64fa6719bdd6f21fd21f075e8539fa65ee633541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# 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"