Add -DEIGEN_DONT_ALIGN to compiler flags.

This commit is contained in:
Aloshi 2013-07-10 06:32:51 -05:00
parent 542d41c682
commit 3745642153

View file

@ -73,6 +73,8 @@ else()
add_definitions(-DUSE_OPENGL_ES) add_definitions(-DUSE_OPENGL_ES)
endif() endif()
add_definitions(-DEIGEN_DONT_ALIGN)
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#add include directories #add include directories
set(ES_INCLUDE_DIRS set(ES_INCLUDE_DIRS