emscripten-core / emscripten-core/emscripten

-fno-inline-functions still being added when optimization level is overridden

Open
#14,624 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.