makefile.mk (0bd9e244) makefile.mk (08797115)
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

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

30NO_BSYMBOLIC=TRUE
31
32# --- Settings -----------------------------------------------------
33
34.INCLUDE : settings.mk
35
36# --- Files --------------------------------------------------------
37
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

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

30NO_BSYMBOLIC=TRUE
31
32# --- Settings -----------------------------------------------------
33
34.INCLUDE : settings.mk
35
36# --- Files --------------------------------------------------------
37
38.IF "$(COM)$(OS)$(CPU)$(COMNAME)" == "GCCLINUXRgcc3"
38.IF "$(COM)$(OS)$(CPU)$(COMNAME)" == "GCCFREEBSDRgcc3"
39
40.IF "$(cppu_no_leak)" == ""
41CFLAGS += -DLEAK_STATIC_DATA
42.ENDIF
43
44CFLAGSCXX += -fno-omit-frame-pointer
45
46NOOPTFILES= \

--- 34 unchanged lines hidden ---
39
40.IF "$(cppu_no_leak)" == ""
41CFLAGS += -DLEAK_STATIC_DATA
42.ENDIF
43
44CFLAGSCXX += -fno-omit-frame-pointer
45
46NOOPTFILES= \

--- 34 unchanged lines hidden ---