From 58cfa3c7bd452fe0320abbe925106903c7ce52c0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 23 Jul 2010 09:04:47 +0000 Subject: [PATCH] Remove debug print [SVN r64285] --- v2/tools/gcc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/tools/gcc.py b/v2/tools/gcc.py index 2ec33075d..3b280e3d9 100644 --- a/v2/tools/gcc.py +++ b/v2/tools/gcc.py @@ -287,7 +287,6 @@ flags('gcc.compile', 'OPTIONS', ['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 ;