Skip to content

Commit

Permalink
Restore -O1 for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Varg committed Sep 8, 2024
1 parent 288dc37 commit 9fe2cd7
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 9fe2cd7

Please sign in to comment.