Unaligned data can slow program execution. You should determine the cause of the unaligned data, fix the source code (if necessary), and recompile and relink the program.
If your program encounters unaligned data at runtime, to make it easier to debug the program, you should recompile and relink with option -g (Linux) or option /debug:full (Windows) to generate sufficient table information and debug unoptimized code.