The commit introduces two new flags - -flto and -Wl,-allow-multiple-definition,--stack,16777216 for compilation and linking processes. This is aimed at optimizing the program efficiency and handling potential issues with stack size and multiple definitions.
The commit introduces two new flags -
-flto
and-Wl,-allow-multiple-definition,--stack,16777216
for compilation and linking processes. This is aimed at optimizing the program efficiency and handling potential issues with stack size and multiple definitions.