================================================ ### SUMMARY ================================================ Total files checked: 10. Total source files found: 5. ================================================ ### SOURCE FILES BREAKDOWN ================================================ .h: 1 .c: 2 .cpp: 2 ================================================ ### BINARY FILES BREAKDOWN ================================================ .xcf: 1 .glsl: 2 ================================================ ### OTHER STATS ================================================ Found 2 binary file references across 1 files. Found 15 OpenGL function calls across 1 files. Found 62 OpenGL enum identifier references across 2 files. ================================================ ### COMPILER OUTPUT ================================================ Execution time: 0:00:02.222818 for 464.78 KB. Compiler flags: -O2 -s ALLOW_MEMORY_GROWTH=1 -g4 -s FULL_ES2=1 --embed-file "cube.v.glsl" --embed-file "cube.f.glsl" STDOUT ~~~ mkdir -p html_output mkdir -p html_output/assets /home/raulroa/Code/xcompiler/emscripten/em++ res_texture.c cube.cpp shader_utils.cpp -O2 -s ALLOW_MEMORY_GROWTH=1 -g4 -s FULL_ES2=1 --embed-file "cube.v.glsl" --embed-file "cube.f.glsl" -o html_output/index.html STDERR ~~~ WARNING root: Disabling asm.js validation for memory growth (memory can grow, but you lose some amount of speed) clang-3.3: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated