mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
Fix all the warnings and re-enable on CI (#1872)
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
|
||||
|
||||
# Subspecs
|
||||
spec.subspec 'Core' do |core|
|
||||
core.compiler_flags = '-fno-exceptions -Wno-implicit-retain-self'
|
||||
core.compiler_flags = '-fno-exceptions'
|
||||
core.public_header_files = [
|
||||
'Source/*.h',
|
||||
'Source/Details/**/*.h',
|
||||
|
||||
Reference in New Issue
Block a user