linux.mk (52d905a6) linux.mk (92dd2fb2)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 75 unchanged lines hidden (view full) ---

84 -Wshadow \
85 -fPIC \
86 -fmessage-length=0 \
87 -fno-common \
88 -fno-strict-aliasing \
89 -fuse-cxa-atexit \
90 -fvisibility-inlines-hidden \
91 -fvisibility=hidden \
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 75 unchanged lines hidden (view full) ---

84 -Wshadow \
85 -fPIC \
86 -fmessage-length=0 \
87 -fno-common \
88 -fno-strict-aliasing \
89 -fuse-cxa-atexit \
90 -fvisibility-inlines-hidden \
91 -fvisibility=hidden \
92 -std=gnu++98 \
92 -pipe \
93
94ifneq ($(EXTERNAL_WARNINGS_NOT_ERRORS),TRUE)
95gb_CFLAGS_WERROR := -Werror
96gb_CXXFLAGS_WERROR := -Werror
97endif
98
99ifneq ($(strip $(SYSBASE)),)

--- 397 unchanged lines hidden ---
93 -pipe \
94
95ifneq ($(EXTERNAL_WARNINGS_NOT_ERRORS),TRUE)
96gb_CFLAGS_WERROR := -Werror
97gb_CXXFLAGS_WERROR := -Werror
98endif
99
100ifneq ($(strip $(SYSBASE)),)

--- 397 unchanged lines hidden ---