Skip to content

Commit

Permalink
removed debug output - #68
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmomogwai committed Jul 6, 2011
1 parent 121ef45 commit e5a6e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cxxproject/buildingblocks/executable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def convert_to_rake()
linker = @tcs[:LINKER]

res = typed_file_task Rake::Task::EXECUTABLE, get_task_name => object_multitask do
puts "Chaning for linking exe to #{@project_dir}"
Dir.chdir(@project_dir) do

cmd = [linker[:COMMAND]] # g++
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
end
end
Cxxproject::Utils::optional_package(initialize_simplecov, nil)

RakeFileUtils.send(:verbose, false)

0 comments on commit e5a6e28

Please sign in to comment.