Reduce warning level of distributed Yoga builds #1592
@@ -33,8 +33,6 @@ Pod::Spec.new do |spec|
|
||||
'-fexceptions',
|
||||
'-Wall',
|
||||
'-Werror',
|
||||
'-Wextra',
|
||||
'-Wconversion',
|
||||
'-std=c++20',
|
||||
'-fPIC'
|
||||
]
|
||||
|
@@ -33,9 +33,7 @@ add_compile_options(
|
||||
-fexceptions
|
||||
# Enable warnings and warnings as errors
|
||||
-Wall
|
||||
-Wextra
|
||||
-Werror
|
||||
-Wconversion
|
||||
# Disable RTTI
|
||||
$<$<COMPILE_LANGUAGE:CXX>:-fno-rtti>
|
||||
# Use -O2 (prioritize speed)
|
||||
|
Reference in New Issue
Block a user