Skip to content

Commit

Permalink
faasmtools: enable linker feature sign extension as it is the default…
Browse files Browse the repository at this point in the history
… in llvm>=16
  • Loading branch information
csegarragonz committed Feb 13, 2024
1 parent 9969423 commit a61d8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faasmtools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"-Xlinker --export={}".format(FAASM_WASM_CTORS_FUNC_NAME),
"-Xlinker --export=__stack_pointer",
"-Xlinker --max-memory={}".format(FAASM_WASM_MAX_MEMORY),
"-Xlinker --features=mutable-globals,simd128",
"-Xlinker --features=mutable-globals,sign-ext,simd128",
"-Wl,-z,stack-size={} -Wl".format(FAASM_WASM_STACK_SIZE),
]

Expand Down

0 comments on commit a61d8b0

Please sign in to comment.