mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +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': (
|
||||
gnu_extension_properties,
|
||||
{**gnu_extension_properties, **{'cc_pedantic': False}},
|
||||
{
|
||||
'openmp.c': {'cc_flags': ['-fopenmp', LF]},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user