From: Eli Bendersky Date: Sat, 26 Nov 2011 14:49:27 +0000 (+0200) Subject: run normally by default, not in profiling mode X-Git-Tag: v0.10~66 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f4d80cad1032ddc61016f7f7ee277aa43bb3cf7;p=pyelftools.git run normally by default, not in profiling mode --- diff --git a/scripts/readelf.py b/scripts/readelf.py index 79fb174..1a4957e 100755 --- a/scripts/readelf.py +++ b/scripts/readelf.py @@ -646,7 +646,7 @@ def profile_main(): #------------------------------------------------------------------------------- if __name__ == '__main__': - #main() - profile_main() + main() + #profile_main()