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

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: Added for x64 as well 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..f33af9fe9d4ad9e647790fb02e3f4b8d7f4e27a9 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -264,12 +264,14 @@
'yasm_flags': [
'-D__x86__',
'-DELF',
+ '-DPIC',
],
}, {
'yasm_format': '-felf64',
'yasm_flags': [
'-D__x86_64__',
'-DELF',
+ '-DPIC',
],
}],
],
« 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