From 7c90213a5118cebbadd8474e28fa4f59307cf193 Mon Sep 17 00:00:00 2001 From: "alextaran@chromium.org" Date: Tue, 24 Dec 2013 23:07:11 +0000 Subject: Add custom compiler flags to instrumented libraries build script. Needed for gtk and potentially other libs. BUG=313751 R=glider@chromium.org Review URL: https://codereview.chromium.org/103783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242460 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/instrumented_libraries/instrumented_libraries.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp') diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index a8dea99..335ca0f 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -5,6 +5,8 @@ { # Default value for all libraries. 'custom_configure_flags': '', + 'custom_c_compiler_flags': '', + 'custom_cxx_compiler_flags': '', 'custom_linker_flags': '', 'run_before_build': '', -- cgit v1.1