os2.mk (8e6bd3e9) os2.mk (2de5e723)
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

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

125gb_NoexPrecompiledHeader_NOEXCEPTIONFLAGS := $(gb_LinkTarget_NOEXCEPTIONFLAGS)
126
127
128gb_LinkTarget_LDFLAGS := \
129 -g -Zomf \
130 -Zhigh-mem \
131 -Zlinker "DISABLE 1121" \
132 -Zmap \
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

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

125gb_NoexPrecompiledHeader_NOEXCEPTIONFLAGS := $(gb_LinkTarget_NOEXCEPTIONFLAGS)
126
127
128gb_LinkTarget_LDFLAGS := \
129 -g -Zomf \
130 -Zhigh-mem \
131 -Zlinker "DISABLE 1121" \
132 -Zmap \
133 -lcx \
133 $(patsubst %,-LIBPATH:%,$(filter-out .,$(subst ;, ,$(subst \,/,$(ILIB))))) \
134 $(subst -L../lib , ,$(SOLARLIB)) \
135
136ifneq ($(ENABLE_CRASHDUMP),)
137gb_LinkTarget_LDFLAGS += -DEBUG
138gb_CFLAGS+=-Zi
139gb_CXXFLAGS+=-Zi
140endif

--- 490 unchanged lines hidden ---
134 $(patsubst %,-LIBPATH:%,$(filter-out .,$(subst ;, ,$(subst \,/,$(ILIB))))) \
135 $(subst -L../lib , ,$(SOLARLIB)) \
136
137ifneq ($(ENABLE_CRASHDUMP),)
138gb_LinkTarget_LDFLAGS += -DEBUG
139gb_CFLAGS+=-Zi
140gb_CXXFLAGS+=-Zi
141endif

--- 490 unchanged lines hidden ---