Remove gcc ansi flag
Remove the -ansi flag for GCC compilers. The GCC ansi flag is equivalent to -std=c++98 for C++. This standard should never be desirable in hiflow and even if it is overwritten elsewhere, it could still introduce a subtle problem later if one changes the build system.