daedalus-core 1.2 → 1.3

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: 723ea611d728e9e1c484439deb513d45d94d6508
4
- data.tar.gz: 80366781eaff9988acabebe7717196f853ae6050
3
+ metadata.gz: b81e1da4ae9654d977834242920a36dc0c041255
4
+ data.tar.gz: d0a0204ce275ee00d3f35913313818717e729bc0
5
5
  SHA512:
6
- metadata.gz: baa231b57ac38e3ca7a9285032c6d66c48c3fa13c6e445e710dd356895136f61a9974e12f77098bd678a7af64cc7bec2e380c7ecc18d561b0457796c23e43011
7
- data.tar.gz: 0418f5c6a40c30374f3bebb8dd209ee9129f33b2be45434a9adc117a0b0cd27a587b116648f9ae2e7f2748e87f4afd567bbdd47604d490f71ada1994ef0ef044
6
+ metadata.gz: 8afc3da5bc5f8fe457bf92a42bbac6cc50b5b3374389a92792ee6d0f1de17b0d8f0f45c860d0db720442529493c4caec636f994d828e85ef00d7b83acfb8bdca
7
+ data.tar.gz: bdd44fd6a532eb65f35b0ab76a5d714b7d1b8016c03fb480fa72cded5cf527325dc2bdb36cba91bf5b741427bf24b98dac0b9b7eca4962190985e528a5562c67
@@ -480,7 +480,7 @@ module Daedalus
480
480
  flags = (ctx.cflags + ctx.cxxflags).join(" ").
481
481
  gsub(/-g[^ ]*/, "").
482
482
  gsub(/-O.?/, "")
483
- flags << " -gline-tables-only -Oz"
483
+ flags << " -Oz"
484
484
 
485
485
  ctx.log.command "#{ctx.cxx} -S -emit-llvm #{flags} -c -o #{object} #{source}"
486
486
 
@@ -513,7 +513,7 @@ module Daedalus
513
513
  gsub(/-I\s?[^ ]*/, "").
514
514
  gsub(/-g[^ ]*/, "").
515
515
  gsub(/-O.?/, "")
516
- flags << " -gline-tables-only -Oz"
516
+ flags << " -Oz"
517
517
 
518
518
  ctx.log.command "#{ctx.cxx} #{flags} -c -o #{object} #{source}"
519
519
  end
@@ -1,3 +1,3 @@
1
1
  module Daedalus
2
- VERSION = "1.2"
2
+ VERSION = "1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daedalus-core
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: '1.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-04 00:00:00.000000000 Z
11
+ date: 2016-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake