Skip to content
Snippets Groups Projects
Commit f155b057 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Revert "ENV: request no byte code Python when bottling."

This reverts commit b603c96276cf7fe1417d2355eebc47fb15da0b8c.
parent 568c878b
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,6 @@ module Stdenv
self['CMAKE_FRAMEWORK_PATH'] = HOMEBREW_PREFIX/"Frameworks"
end
self['PYTHONDONTWRITEBYTECODE'] = "1" if ARGV.build_bottle?
# Os is the default Apple uses for all its stuff so let's trust them
set_cflags "-Os #{SAFE_CFLAGS_FLAGS}"
......
......@@ -84,7 +84,6 @@ module Superenv
self['CMAKE_LIBRARY_PATH'] = determine_cmake_library_path
self['ACLOCAL_PATH'] = determine_aclocal_path
self['M4'] = MacOS.locate("m4") if deps.include? "autoconf"
self['PYTHONDONTWRITEBYTECODE'] = "1" if ARGV.build_bottle?
# The HOMEBREW_CCCFG ENV variable is used by the ENV/cc tool to control
# compiler flag stripping. It consists of a string of characters which act
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment