giaf / blasfeo

Basic linear algebra subroutines for embedded optimization
Other
321 stars 88 forks source link

Add missing ASM flags, fixing build issues for ARMv8-a. #130

Closed nielsvd closed 4 years ago

nielsvd commented 4 years ago

Compiler flags were missing, Makefile already defines these.

giaf commented 4 years ago

Thanks for pointing this out. That flag is only needed in assembly, so I fixed it in a commit myself by replacing CMAKE_C_FLAGS with CMAKE_ASM_FLAGS.