aboutsummaryrefslogtreecommitdiff
path: root/test/SConstruct
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@a4e77c2c-9104-11de-800e-5b313e0d2bf3>2010-04-28 21:23:06 +0000
committeragl@chromium.org <agl@chromium.org@a4e77c2c-9104-11de-800e-5b313e0d2bf3>2010-04-28 21:23:06 +0000
commit5089f9c6ecd9b0802f1cf456b69350255a93ae09 (patch)
tree342e4b70f1f066c93643cb50d55c27fffe19e402 /test/SConstruct
parent70be13edce0c02ebe57c3ac4989d1342e01629de (diff)
downloadots-5089f9c6ecd9b0802f1cf456b69350255a93ae09.tar.gz
Implement support for transcoding WOFF fonts.
Not all the test utilities will work with WOFF fonts since they tend to get a lot larger after transcoding. I've updated |idempotent|, but none of the others as our test suites of fonts are still in TTF format. http://codereview.appspot.com/946044 git-svn-id: http://ots.googlecode.com/svn/trunk@29 a4e77c2c-9104-11de-800e-5b313e0d2bf3
Diffstat (limited to 'test/SConstruct')
-rw-r--r--test/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConstruct b/test/SConstruct
index 3603779..8563a3e 100644
--- a/test/SConstruct
+++ b/test/SConstruct
@@ -8,7 +8,7 @@
# Since the validator-checker tool might handle malicious font files, all hardening options for recent g++/ld are enabled just in case.
# See http://wiki.debian.org/Hardening for details.
-env = Environment(CCFLAGS = ['-O2', '-I../include', '-I/usr/include/freetype2', '-ggdb', '-Wall', '-W', '-Wno-unused-parameter', '-fno-strict-aliasing', '-fPIE', '-fstack-protector', '-D_FORTIFY_SOURCE=2', '-DOTS_DEBUG'], LINKFLAGS = ['-ggdb', '-Wl,-z,relro', '-Wl,-z,now', '-pie'])
+env = Environment(CCFLAGS = ['-O2', '-I../include', '-I/usr/include/freetype2', '-ggdb', '-Wall', '-W', '-Wno-unused-parameter', '-fno-strict-aliasing', '-fPIE', '-fstack-protector', '-D_FORTIFY_SOURCE=2', '-DOTS_DEBUG'], LINKFLAGS = ['-ggdb', '-Wl,-z,relro', '-Wl,-z,now', '-pie', '-lz'])
# TODO(yusukes): better to use pkg-config freetype2 --cflags
env.Library('../src/libots.a',