Changeset 560 for trunk/test


Ignore:
Timestamp:
Oct 31, 2020, 11:44:21 PM (4 years ago)
Author:
katerina
Message:

Fix for ticket #449 (gcc 10 compile issues).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r539 r560  
    175175                    sed --in-place 's/-Wno-empty-body/-Wno-empty-body -Wno-invalid-source-encoding/g' Makefile
    176176                    sed --in-place 's/-fno-strength-reduce//g' Makefile
     177                    sed --in-place 's/-fstack-clash-protection//g' Makefile
    177178                    $MAKE -e CC=$CLANG_CC -e BUILD_CC=$CLANG_CC cutest > /dev/null 2>> test_log
    178179                fi
Note: See TracChangeset for help on using the changeset viewer.