Skip to content

Commit

Permalink
Merge pull request #5 from QSPFoundation/bugfix/RestoreO1ForDebugBuilds
Browse files Browse the repository at this point in the history
Restore -O1 for debug builds
  • Loading branch information
srg-kostyrko authored Sep 11, 2024
2 parents 288dc37 + 9fe2cd7 commit 725aa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qsplib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ set_target_properties(qsp-engine-debug PROPERTIES LINK_FLAGS "-Wno-parentheses \
-Wdeprecated-non-prototype \
-fsanitize=address \
-gsource-map \
-O3 \
-O1 \
-sASSERTIONS \
-s EXPORT_ES6=1 \
-s WASM=1 \
Expand Down

0 comments on commit 725aa83

Please sign in to comment.