gbuild.mk (3d2a2350) gbuild.mk (f2b8a6a0)
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

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

172gb_GLOBALDEFS += \
173 -DPRODUCT \
174 -DPRODUCT_FULL \
175
176else
177gb_GLOBALDEFS += \
178 -DDBG_UTIL \
179 -D_STLP_DEBUG \
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

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

172gb_GLOBALDEFS += \
173 -DPRODUCT \
174 -DPRODUCT_FULL \
175
176else
177gb_GLOBALDEFS += \
178 -DDBG_UTIL \
179 -D_STLP_DEBUG \
180 -D_DEBUG \
181
182endif
183
184ifeq ($(gb_DEBUGLEVEL),2)
185gb_GLOBALDEFS += \
186 -DDEBUG \
187
188else

--- 80 unchanged lines hidden ---
180
181endif
182
183ifeq ($(gb_DEBUGLEVEL),2)
184gb_GLOBALDEFS += \
185 -DDEBUG \
186
187else

--- 80 unchanged lines hidden ---