We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f402495 commit c4f13f0Copy full SHA for c4f13f0
wscript
@@ -527,7 +527,7 @@ def configure(conf):
527
flags += ['-fsigned-char']
528
529
if conf.env.DEST_CPU == 'arm':
530
- flags += ['-mfpu=neon-vfpv4']
+ flags += ['-march=armv7-a', '-mfpu=neon-vfpv4']
531
532
if conf.env.DEST_OS == 'freebsd':
533
linkflags += ['-lexecinfo']
0 commit comments