Enable memory alignment management via compiler options

This commit is contained in:
Dmitry Babokin
2013-05-17 22:15:57 +04:00
parent 7bedb4a081
commit 1a7ac8b804
4 changed files with 14 additions and 0 deletions

View File

@@ -747,6 +747,7 @@ Globals::Globals() {
if (getcwd(currentDirectory, sizeof(currentDirectory)) == NULL)
FATAL("Current directory path too long!");
#endif
forceAlignment = -1;
}
///////////////////////////////////////////////////////////////////////////