Remove unused define CANVAS_COMPATIBILITY (3/3)

This commit is contained in:
Robin Gareus 2022-11-19 21:49:32 +01:00
parent d44b4b4674
commit 2f68e0df5b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ int main() { return 0; }''',
'-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64'))
cxx_flags.extend(
('-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS',
'-DCANVAS_COMPATIBILITY', '-DCANVAS_DEBUG'))
'-DCANVAS_DEBUG'))
# Do not use Boost.System library
cxx_flags.append('-DBOOST_ERROR_CODE_HEADER_ONLY')