Ticket #30202: patch-tools_build_v2_engine_src_build.jam.diff
File patch-tools_build_v2_engine_src_build.jam.diff, 496 bytes (added by ejtttje@…, 13 years ago) |
---|
-
tools/build/v2/engine/build.jam
old new 194 194 -I$(--python-include) -I$(--extra-include) 195 195 : -L$(--python-lib[1]) -l$(--python-lib[2]) ; 196 196 ## MacOSX Darwin, using GCC 2.9.x, 3.x 197 toolset darwin cc: "-o " : -D197 toolset darwin %%CONFIGURE.CC%% : "-o " : -D 198 198 : 199 199 [ opt --release : -Wl,-x -O3 -finline-functions ] 200 200 [ opt --debug : -g -O0 -fno-inline -pg ]