diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:35:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:35:11 +0000 |
| commit | 4b9ef52067dc34489f9f3a424337f706ed11a00b (patch) | |
| tree | 214fd5c1462fed718edaad53b43ed50e77768b9b /wscript | |
| parent | f38137b21051ce770bbb4d829ae9d6229e97508f (diff) | |
Add FrameInfo::write for FILE *; test it.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ def options(opt): def configure(conf): conf.load('compiler_cxx') - conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-D_FILE_OFFSET_BITS=64']) + conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-D_FILE_OFFSET_BITS=64', '-D__STDC_FORMAT_MACROS']) conf.env.append_value('CXXFLAGS', ['-DLIBDCP_VERSION="%s"' % VERSION]) conf.env.TARGET_WINDOWS = conf.options.target_windows |
