Skip to content
Snippets Groups Projects

Fix building of glow on GCC 8.2

Closed Edi Cikovic requested to merge 1832/glow:FixGcc8Build into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -82,6 +82,7 @@ if(NOT MSVC)
@@ -82,6 +82,7 @@ if(NOT MSVC)
)
)
if(GCC)
if(GCC)
target_compile_options(glow PRIVATE -Wdouble-promotion)
target_compile_options(glow PRIVATE -Wdouble-promotion)
 
target_compile_options(glow PUBLIC -Wno-error=class-memaccess)
else()
else()
# clang supports this only at newer version
# clang supports this only at newer version
endif()
endif()
Loading