dynamictostatic 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90eef7d77be39af01bd72080bde051181b7a78b3
4
- data.tar.gz: 54103fe099217ace2073e8d879f08ab6551b1d29
3
+ metadata.gz: 25ec9af4404a4bf013c805fc45a28a8cf3c43fd3
4
+ data.tar.gz: 27ad151bc5cb067fd82d3c4f921b657793d41b30
5
5
  SHA512:
6
- metadata.gz: 7999fd132f2790c1fded6355a4d20dbfdd06d899efff922819025e6995480be3116f5febdeec324fc3cde888a6d991f096e22fe0356ad0346bfb81d439f7e0d5
7
- data.tar.gz: 790057ef0debc4e132200b1721b991ce217025901e8af0c147402f757cfdb1bdb4a8393a29317c4058460ac1a7d461b4ac4fa7cb1632bf6e2cc69607ff9ccf2a
6
+ metadata.gz: 0e6d203f741e76c41ee9210a42109df8e5d3de4729ceead9c8696440ab365c561b681aa39d46e47623fc8e7f37388d897012bd3ac650494391299e5c7dc88680
7
+ data.tar.gz: 51352554696bfeedbda699607f6d8f728f6187fab4530a4695762d1ce656a19e7b6975d7142751dbd79cbb0286871cab1fd4d20edf930e990845cb33b01e0b80
@@ -30,7 +30,9 @@ module Dynamictostatic
30
30
  build_config.build_settings['CLANG_ENABLE_MODULE_DEBUGGING'] = "NO"
31
31
  build_config.build_settings['DEAD_CODE_STRIPPING'] = "NO"
32
32
  build_config.build_settings['COPY_PHASE_STRIP'] = "NO"
33
- build_config.build_settings['STRIP_STYLE'] = "Non-Global Symbols"
33
+ build_config.build_settings['STRIP_STYLE'] = "debugging"
34
+ build_config.build_settings['GCC_INLINES_ARE_PRIVATE_EXTERN'] = "NO"
35
+ build_config.build_settings['STRIP_INSTALLED_PRODUCT'] = "NO"
34
36
  if build_config.name == 'Release'
35
37
  build_config.build_settings['CLANG_ENABLE_CODE_COVERAGE'] = "NO"
36
38
  end
@@ -1,4 +1,4 @@
1
1
  module Dynamictostatic
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamictostatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Terns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-24 00:00:00.000000000 Z
11
+ date: 2017-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler