WASM: fix build error
CMake gives me an error if the double quotation marks are missing. Pick-to: 6.5 Change-Id: I83a6037dde7503bf2e6fa9316aed732d5ef08576 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io>bb10
parent
8cae710c6c
commit
f7511171ac
|
|
@ -124,5 +124,5 @@ endif()
|
|||
# Emscripten Clang
|
||||
if(WASM)
|
||||
set(QT_CFLAGS_OPTIMIZE_DEBUG "-O2 -g") # -Og is not supported
|
||||
set(QT_CFLAGS_SSE2 -O2 -msimd128 -msse -msse2)
|
||||
set(QT_CFLAGS_SSE2 "-O2 -msimd128 -msse -msse2")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue