Replies: 1 comment 1 reply
-
add_files("src/*.cpp", {optimize = "fast"})
add_files("src/*.cpp", {cxflags = "-xxx"}) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CofeCofe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
编译时,各个模块文件有不同的优化等级,和编译设置,如何在xmake中表示呢?
例如add_file(./*c,{c_flags={-xxx,-xxxx...})这样?
Beta Was this translation helpful? Give feedback.
All reactions