diff --git a/opy/build.sh b/opy/build.sh index 1756da8d19..d5b040505a 100755 --- a/opy/build.sh +++ b/opy/build.sh @@ -79,8 +79,7 @@ compile-manifest() { log " $full_src_path" # Save space by omitting docstring. - # TODO: Turn this back on at the 0.6.pre6 release to show the difference. - $py $THIS_DIR/../bin/opyc compile -emit-docstring=1 $full_src_path $dest + $py $THIS_DIR/../bin/opyc compile -emit-docstring=0 $full_src_path $dest local rel_py_path=${rel_dest_path%.pyc}.py # .pyc -> py