Skip to content

Commit

Permalink
Update configs.gypi
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Jun 1, 2024
1 parent 5897360 commit 0c6ab9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/configs.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
'GCC_OPTIMIZATION_LEVEL': '0',
'GCC_ENABLE_CPP_EXCEPTIONS': "NO",
'GCC_ENABLE_CPP_RTTI': "NO",
'MACOSX_DEPLOYMENT_TARGET': '10.9',
},
}],
['OS=="ios"', {
Expand All @@ -68,7 +67,6 @@
'GCC_OPTIMIZATION_LEVEL': '0',
'GCC_ENABLE_CPP_EXCEPTIONS': "NO",
'GCC_ENABLE_CPP_RTTI': "NO",
'IPHONEOS_DEPLOYMENT_TARGET': '12.0',
},
}],
['OS=="linux"', {
Expand Down Expand Up @@ -152,7 +150,6 @@
'GCC_OPTIMIZATION_LEVEL': '3',
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
'GCC_ENABLE_CPP_RTTI': 'NO',
'MACOSX_DEPLOYMENT_TARGET': '10.9',
},
}],
['OS=="ios"', {
Expand All @@ -173,7 +170,6 @@
'GCC_OPTIMIZATION_LEVEL': '3',
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
'GCC_ENABLE_CPP_RTTI': 'NO',
'IPHONEOS_DEPLOYMENT_TARGET': '12.0',
},
}],
['OS=="linux"', {
Expand Down

0 comments on commit 0c6ab9e

Please sign in to comment.