WASM: fix build error
CMake gives me an error if the double quotation marks are missing. Change-Id: I83a6037dde7503bf2e6fa9316aed732d5ef08576 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io> (cherry picked from commit f7511171ac8b77fb0bb6e18f8a4af8463f0031dd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
ec380f118f
commit
f74bb1692c
@ -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…
x
Reference in New Issue
Block a user