mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Don't pass -march=native to emcc.
This commit is contained in:
parent
241fa68708
commit
bea3c0f4d1
@ -4,10 +4,10 @@ embed.tracy:
|
||||
wget https://share.nereid.pl/i/embed.tracy
|
||||
|
||||
debug: embed.tracy
|
||||
@+make -f debug.mk all
|
||||
@+make -f debug.mk all TRACY_NO_ISA_EXTENSIONS=1
|
||||
|
||||
release: embed.tracy
|
||||
@+make -f release.mk all
|
||||
@+make -f release.mk all TRACY_NO_ISA_EXTENSIONS=1
|
||||
|
||||
clean:
|
||||
@+make -f build.mk clean
|
||||
|
Loading…
Reference in New Issue
Block a user