diff options
Diffstat (limited to 'buildspec.mk.default')
-rw-r--r-- | buildspec.mk.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildspec.mk.default b/buildspec.mk.default index c568a82..46aee69 100644 --- a/buildspec.mk.default +++ b/buildspec.mk.default @@ -106,9 +106,9 @@ ifndef WEBCORE_INSTRUMENTATION #WEBCORE_INSTRUMENTATION:=true endif -# To enable SVG in webcore define ENABLE_SVG:=true +# To disable SVG in webcore define ENABLE_SVG:=false ifndef ENABLE_SVG -#ENABLE_SVG:=true +#ENABLE_SVG:=false endif # when the build system changes such that this file must be updated, this |