mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Merge pull request #713 from jam7/refactor/debug-symbol
DEBUG_SYMBOLS modification
This commit is contained in:
@@ -9,6 +9,8 @@ class Package
|
||||
attr_accessor :in_upgrade
|
||||
end
|
||||
|
||||
@@debug_symbol = ENV['CREW_DEBUG_SYMBOL'] || false
|
||||
|
||||
def self.dependencies
|
||||
# Not sure how to initialize instance variable of not constructed class.
|
||||
# Therefore, initialize it in reader function.
|
||||
|
||||
Reference in New Issue
Block a user