Skip to content

Commit

Permalink
Uncommenting call to strip binary
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Oct 12, 2010
1 parent 53fcb3f commit 9c77a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ task :all => [ SO_FILE ]

file SO_FILE => OBJ do |t|
sh "#{CXX} -shared -o #{t.name} #{OBJ} -lGLU -lGL -lX11 -lXv #{$LIBRUBYARG}"
# sh "#{STRIP} --strip-all #{t.name}"
sh "#{STRIP} --strip-all #{t.name}"
end

task :test => [ SO_FILE ]
Expand Down

0 comments on commit 9c77a07

Please sign in to comment.