2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Remove debug print

[SVN r64285]
This commit is contained in:
Vladimir Prus
2010-07-23 09:04:47 +00:00
parent a12b8de478
commit 1c8efb9e82

View File

@@ -287,7 +287,6 @@ flags('gcc.compile', 'OPTIONS', ['<rtti>off'], ['-fno-rtti'])
# In that case we'll just add another parameter to 'init' and move this login
# inside 'init'.
if not os_name () in ['CYGWIN', 'NT']:
print "osname:", os_name()
# This logic will add -fPIC for all compilations:
#
# lib a : a.cpp b ;