diff --git a/Jamfile b/Jamfile index 5cfba9efc..0b0ab5c0c 100644 --- a/Jamfile +++ b/Jamfile @@ -311,17 +311,6 @@ rule building ( properties * ) return $(result) ; } -rule default-build ( properties * ) -{ - local result ; - if debug in $(properties) - { - result += debug:on - debug:on ; - } - return $(result) ; -} - rule tag ( name : type ? : property-set ) { name = [ virtual-target.add-prefix-and-suffix $(name) : $(type) : $(property-set) ] ; @@ -818,6 +807,9 @@ lib torrent on:src/hasher512.cpp on:src/sha512.cpp + debug:on + debug:on + @building @warnings $(CXXFLAGS) @@ -829,11 +821,12 @@ lib torrent : # default build multi 512 - @default-build : # usage requirements $(usage-requirements) shared:TORRENT_LINKING_SHARED + debug:on + debug:on ;