Skip to content

Commit 7de4aa8

Browse files
authored
remove -maes from xcode to fix build on xcode 16.3 (#119)
1 parent a8141b4 commit 7de4aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/sqlite3.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
'cflags': ['-std=c99', '-w', '-maes', '-msse4.2'],
5656
'xcode_settings': {
57-
'OTHER_CFLAGS': ['-std=c99', '-maes', '-msse4.2'],
57+
'OTHER_CFLAGS': ['-std=c99', '-msse4.2'],
5858
'WARNING_CFLAGS': ['-w'],
5959
},
6060
'conditions': [

0 commit comments

Comments
 (0)