Changeset 2570 in Sophya for trunk/SophyaLib/Mgr/Makefile.h
- Timestamp:
- Jul 28, 2004, 12:40:57 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/Makefile.h
r2501 r2570 150 150 CC := cc 151 151 # Pour enlever les erreurs au link des slb en -O. Pas d'avenir! 152 OPTFLAG := - O152 OPTFLAG := -g 153 153 endif 154 154 … … 183 183 ifeq (${MACHEROS},Darwin) 184 184 XLDLIBS := -L/usr/X11R6/lib 185 XCPPFLAGS := -I/usr/X11R6/include 186 XCFLAGS := -fkeep-inline-functions -fno-common 185 XCPPFLAGS := -I/usr/X11R6/include -I/sw/include 186 # XCPPFLAGS := -I/usr/X11R6/include 187 XCFLAGS := -fkeep-inline-functions -fno-common -fcoalesce 188 # XCFLAGS := -fkeep-inline-functions 187 189 endif 188 190 … … 256 258 -Wmissing-prototypes -Wsynth -I$(INC) $(XCFLAGS) \ 257 259 $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS) 258 LDLIBS := $(LDLIBS) $(XLDLIBS) 260 CXXFLAGS := -Wall -Wpointer-arith \ 261 -Wmissing-prototypes -Wsynth -I$(INC) $(XCFLAGS) \ 262 $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS) 263 LDLIBS := -Xlinker -bind_at_load $(LDLIBS) $(XLDLIBS) 259 264 endif 260 265
Note:
See TracChangeset
for help on using the changeset viewer.