diff --git a/path_properties.py b/path_properties.py index 4c4767f..802e486 100644 --- a/path_properties.py +++ b/path_properties.py @@ -506,7 +506,7 @@ path_properties_tuples = ( }, ), 'gcc': ( - gnu_extension_properties, + {**gnu_extension_properties, **{'cc_pedantic': False}}, { 'openmp.c': {'cc_flags': ['-fopenmp', LF]}, }