Skip to content

Commit d5abc43

Browse files
committed
Removed -march=native as it makes cross-compiling impossible
1 parent 2e8b822 commit d5abc43

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
@@ -224,7 +224,7 @@ AC_CONFIG_FILES([
224224
# Compiler flags
225225
CFLAGS+=" -std=c99"
226226
CXXFLAGS+=" -std=c++98"
227-
CPPFLAGS+=" -Wall -Wno-deprecated-declarations -Wno-address -march=native"
227+
CPPFLAGS+=" -Wall -Wno-deprecated-declarations -Wno-address"
228228

229229
# Output result
230230
AC_OUTPUT

0 commit comments

Comments
 (0)