Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
35 stars 10 forks source link

Don't overwrite detected compiler flags. #205

Closed taperropein closed 7 months ago

taperropein commented 7 months ago

Fixes cross-compilation for ARM64, now you only have to set CC and CXX, CMake will take care of the rest.

ksh8281 commented 7 months ago

Nice catch