Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Unified Diff: libjpeg.gyp

Issue 1979373002: Build libjpeg_turbo in PIC mode for ia32 and x64 builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libjpeg.gyp
diff --git a/libjpeg.gyp b/libjpeg.gyp
index accd79b0c7487aa0a7da5e215923a2019638dcca..c20d8ee0e93e96d3ab9cb136b7a033a180a40b1a 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -264,6 +264,7 @@
'yasm_flags': [
'-D__x86__',
'-DELF',
+ '-DPIC',
],
}, {
'yasm_format': '-felf64',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698