Closed nielsvd closed 4 years ago
Compiler flags were missing, Makefile already defines these.
Makefile
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.
CMAKE_C_FLAGS
CMAKE_ASM_FLAGS
Compiler flags were missing,
Makefile
already defines these.