Skip to content

Commit

Permalink
wasm: fix qmake variable names for optimization flags
Browse files Browse the repository at this point in the history
Change-Id: I43c0a94312504948c0db390994656d5f655c8d4c
Reviewed-by: Lorn Potter <[email protected]>
  • Loading branch information
ossilator committed Nov 21, 2018
1 parent eea08d3 commit f5f46aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkspecs/wasm-emscripten/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ QMAKE_CXXFLAGS_RELEASE += -O3
QMAKE_CFLAGS_RELEASE -= -O2
QMAKE_CFLAGS_RELEASE += -O3
QMAKE_LFLAGS_RELEASE += -O3
MAKE_CFLAGS_OPTIMIZE += -O3
MAKE_CFLAGS_OPTIMIZE_FULL += -Oz
QMAKE_CFLAGS_OPTIMIZE += -O3
QMAKE_CFLAGS_OPTIMIZE_FULL += -Oz

QMAKE_LINK = $$QMAKE_CXX
QMAKE_LINK_SHLIB = $$QMAKE_CXX
Expand Down

0 comments on commit f5f46aa

Please sign in to comment.