Replies: 1 comment
-
you should use .S, .asm is usually used for msvc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Will not work, due to gcc doesn't recognize
*.asm
However, https://github.com/xmake-io/xmake/blob/dev/xmake/languages/asm/xmake.lua#L23
Allow extension is
*.asm
.Maybe we should add
-x assembler
to gcc?Beta Was this translation helpful? Give feedback.
All reactions