reactos/sdk
Hervé Poussineau 95671c25ec [CMAKE] Add -fno-aggressive-loop-optimizations flag
ReactOS/Windows headers contain lots of structures whose last field is
fieldName[ANYSIZE] or fieldName[1].
Starting with GCC 4.8, gcc considers that accessing items [2], [3], ...
are undefined operation, and may optimize those accesses by removing them!

Add flag -fno-aggressive-loop-optimizations to prevent this unwanted behaviour.
2019-04-01 11:38:32 +02:00
..
cmake [CMAKE] Add -fno-aggressive-loop-optimizations flag 2019-04-01 11:38:32 +02:00
include [PSDK] Remove throw specifiers, deprecated in C++11 2019-04-01 11:38:32 +02:00
lib [LIBXML2] Update to version 2.9.9. CORE-15854 2019-03-26 10:14:49 +01:00
tools Merge pull request #1253 from SergeGautherie/SergeGautherie/PRonly_Log2Lines_handle_escape_cmd_Path-LineOut 2019-03-16 11:23:27 +01:00