mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Add -DEIGEN_DONT_ALIGN to compiler flags.
This commit is contained in:
parent
542d41c682
commit
3745642153
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue