emscripten-core / emscripten-core/emscripten
-fno-inline-functions still being added when optimization level is overridden
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Hi!
Try to compile an empty source file with EMCC_DEBUG=1: em++ -Os -O3 test.cpp and there will be -fno-inline-functions option in build log. But -O3 overrides -Os and there should be no -fno-inline-functions as a clang argument.
Contributor guide
Assessment
This issue has not been assessed yet.