Skip to content

Commit ee21b71

Browse files
committed
fix: remove duplicate GCC compiler warning flags
1 parent 826c4a0 commit ee21b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/RNNitroSQLite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "json"
22

33
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4-
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
4+
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1'
55

66
# TODO: Should be customizable in package.json.
77
# Used to create comparable benchmark results

0 commit comments

Comments
 (0)