mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-29 16:54: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
|
wget https://share.nereid.pl/i/embed.tracy
|
||||||
|
|
||||||
debug: embed.tracy
|
debug: embed.tracy
|
||||||
@+make -f debug.mk all
|
@+make -f debug.mk all TRACY_NO_ISA_EXTENSIONS=1
|
||||||
|
|
||||||
release: embed.tracy
|
release: embed.tracy
|
||||||
@+make -f release.mk all
|
@+make -f release.mk all TRACY_NO_ISA_EXTENSIONS=1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@+make -f build.mk clean
|
@+make -f build.mk clean
|
||||||
|
Loading…
Reference in New Issue
Block a user