1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

ARM clang doesn't support -march=native.

This commit is contained in:
Bartosz Taudul
2021-01-26 19:46:39 +01:00
parent 62d6f4127d
commit c8ea47782c
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
CFLAGS := -O3 -march=native
CFLAGS := -O3
DEFINES := -DNDEBUG
BUILD := release