From 3745642153da82eadfb7fa4dc9a13282474b39be Mon Sep 17 00:00:00 2001 From: Aloshi Date: Wed, 10 Jul 2013 06:32:51 -0500 Subject: [PATCH] Add -DEIGEN_DONT_ALIGN to compiler flags. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d99f2090c..a8459d1f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,8 @@ else() add_definitions(-DUSE_OPENGL_ES) endif() +add_definitions(-DEIGEN_DONT_ALIGN) + #------------------------------------------------------------------------------- #add include directories set(ES_INCLUDE_DIRS