diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-04-19 05:30:01 +0000 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-04-19 05:31:31 +0000 |
commit | a617682b21adb39921b65647c81ea9bf42c998d1 (patch) | |
tree | 0d5df32730a650baa57a4f88d96789d2da30e6a1 /src/occ/thread/thread_service_codes.h | |
parent | 58e422dede5932f5b8e01a88315001b0525cc478 (diff) | |
download | talos-occ-a617682b21adb39921b65647c81ea9bf42c998d1.tar.gz talos-occ-a617682b21adb39921b65647c81ea9bf42c998d1.zip |
Fix build failure on GCC8
When upgrading to GCC8, an .eh_frame section is automatically added.
This consumes too much space in the relatively small OCC address map,
leading to compilation failure.
Pass -fno-asynchronous-unwind-tables to GCC to disable .eh_frame
section generation.
Diffstat (limited to 'src/occ/thread/thread_service_codes.h')
0 files changed, 0 insertions, 0 deletions