Skip to content
  • lighta's avatar
    Temporary adjustment for strict aliasing (#2582) · 67331599
    lighta authored
    * Fixes #2572.
    * Added a custom rule to avoid optimization causing monsters to not attack. (From tests this appears to be npc.cpp on Centos 7 and mob.cpp on Windows vc141)
    * Added -fno-strict-alising to CMake when building with GCC. (Clang and VS have it by default)
    * Fixed cmake output path.
    Thanks to @Lighta!
    67331599