Commit f1d5d5e0 authored by swift_gan's avatar swift_gan

fix cmake of vixl

parent 9195a63d
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -fdiagnostics-show-option -Wextra -Wredundant-decls -pedantic -Wwrite-strings -Wunused")
......@@ -31,6 +31,7 @@ set(VIXL_AARCH64
aarch64/operands-aarch64.cc
aarch64/pointer-auth-aarch64.cc
aarch64/simulator-aarch64.cc
aarch64/disasm-aarch64.cc
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment