Skip to content

Commit

Permalink
Removed -march=native as it makes cross-compiling impossible
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 27, 2017
1 parent 2e8b822 commit d5abc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ AC_CONFIG_FILES([
# Compiler flags
CFLAGS+=" -std=c99"
CXXFLAGS+=" -std=c++98"
CPPFLAGS+=" -Wall -Wno-deprecated-declarations -Wno-address -march=native"
CPPFLAGS+=" -Wall -Wno-deprecated-declarations -Wno-address"

# Output result
AC_OUTPUT
Expand Down

0 comments on commit d5abc43

Please sign in to comment.