commit | ddb87597bb1390b30ea99f1fd84fb7d5dcffb478 | [log] [tgz] |
---|---|---|
author | Jacob Marble <jacobmarble@google.com> | Tue Feb 02 12:35:23 2016 -0800 |
committer | Jacob Marble <jacobmarble@google.com> | Tue Feb 02 21:34:23 2016 +0000 |
tree | cf82764554dd872b752d0d6a47d7df9b681c4c61 | |
parent | 98d1fee994302f5e2ad7a7b60de2f2d74f35408b [diff] [blame] |
Make internal libevhtp optional. Useful for packaging, when the target already has a libevhtp package. To use: make USE_INTERNAL_LIBEVHTP=0 Change-Id: Ia23c6ad9da67eb58ebfd710aa0a3b402408df6d1 Reviewed-on: https://weave-review.googlesource.com/2461 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/Makefile b/Makefile index df27b58..9810dd0 100644 --- a/Makefile +++ b/Makefile
@@ -37,7 +37,7 @@ -Wwrite-strings CFLAGS_Debug := \ - -O0 \ + -O0 \ -g3 CFLAGS_Release := \