cxxproject_clangtoolchain 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ cxx_plugin do |cxx,bbs,log|
10
10
  :DEFINE_FLAG => "-D",
11
11
  :OBJECT_FILE_FLAG => "-o",
12
12
  :INCLUDE_PATH_FLAG => "-I",
13
- :COMPILE_FLAGS => "-c ",
13
+ :COMPILE_FLAGS => "-c -W",
14
14
  :DEP_FLAGS => "-MMD -MF ", # empty space at the end is important!
15
15
  :ERROR_PARSER => Cxxproject::ClangCompilerErrorParser.new
16
16
  },
@@ -18,7 +18,7 @@ cxx_plugin do |cxx,bbs,log|
18
18
  {
19
19
  :BASED_ON => :CPP,
20
20
  :COMMAND => "clang",
21
- :COMPILE_FLAGS => "-c ",
21
+ :COMPILE_FLAGS => "-c -W",
22
22
  :DEP_FLAGS => "-MMD -MF ", # empty space at the end is important!
23
23
  :ERROR_PARSER => Cxxproject::ClangCompilerErrorParser.new
24
24
  },
@@ -1,3 +1,3 @@
1
1
  module CxxprojectClangToolchain
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxxproject_clangtoolchain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-18 00:00:00.000000000 Z
12
+ date: 2012-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cxxproject