mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
userland/gcc: cc_pedantic is needed here, previous removal broke things
This commit is contained in:
@@ -506,7 +506,7 @@ path_properties_tuples = (
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
'gcc': (
|
'gcc': (
|
||||||
gnu_extension_properties,
|
{**gnu_extension_properties, **{'cc_pedantic': False}},
|
||||||
{
|
{
|
||||||
'openmp.c': {'cc_flags': ['-fopenmp', LF]},
|
'openmp.c': {'cc_flags': ['-fopenmp', LF]},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user