From 42a90ac3cf2939d0a46f86fc9fa33f03f5684d3f Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 3 Apr 2013 20:30:23 +0000 Subject: [PATCH] PSNR makefile change BUG=204 TEST=none Review URL: https://webrtc-codereview.appspot.com/1269010 git-svn-id: http://libyuv.googlecode.com/svn/trunk@637 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile b/util/Makefile index 2cedf37ea..426c5f1ab 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,2 +1,2 @@ psnr: psnr.cc ssim.cc psnr_main.cc - $(CXX) -msse2 -O3 -fopenmp -o psnr psnr.cc ssim.cc psnr_main.cc + $(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--strip-all