Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling with emscripten 1.38.40 #5

Open
Fercho120 opened this issue Jul 25, 2019 · 0 comments
Open

Error compiling with emscripten 1.38.40 #5

Fercho120 opened this issue Jul 25, 2019 · 0 comments

Comments

@Fercho120
Copy link

Fercho120 commented Jul 25, 2019

Hi, I'm trying to compile this SWT implementation, but after doing:

emmake make

I got this error:

shared:ERROR: Assigning a non-existent settings attribute "OUTLINING_LIMIT"
shared:ERROR: - did you mean one of INLINING_LIMIT?
shared:ERROR: - perhaps a typo in emcc's -s X=Y notation?
shared:ERROR: - (see src/settings.js for valid values)

Which I think it could be related to line 23 on Makefile:

release: CXXFLAGS += -O3 --llvm-lto 1 -s AGGRESSIVE_VARIABLE_ELIMINATION=1 -s OUTLINING_LIMIT=5000 # TODO --closure 1

Could you give any guidance in how to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant