[make][compiler] add -fno-common
This removes the COMMON section merging logic, which actually uncovered a few duplicately declared symbols across compilation units.
This commit is contained in:
@@ -115,7 +115,7 @@ enum page_table_levels {
|
||||
#if ARCH_X86_64
|
||||
PML4_L
|
||||
#endif
|
||||
} page_level;
|
||||
};
|
||||
|
||||
|
||||
struct map_range {
|
||||
|
||||
Reference in New Issue
Block a user