Skip to content

Commit 860c82b

Browse files
committed
Debugging: solve problem due of incomplete implementation of -march=native on arm64 compiler producing SIGILL
1 parent c8eeba8 commit 860c82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ case $host_os in
5454

5555
;;
5656
linux*)
57-
OPTIMIZATION="-O3 -march=native "
57+
OPTIMIZATION="-O3 "
5858
CPU_OPTIMIZATION=""
5959
CPU_TYPE="$(uname -p)"
6060
case ${CPU_TYPE} in

0 commit comments

Comments
 (0)