gxquickly / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

angle_end2end_tests don't seem to use standard clags on Linux (possibly other systems) #1003

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Looking at the ninja files, libGLES.so has:

cflags = -fPIC -std=c++0x -pthread -fno-exceptions -Wall -Wchar-subscripts $
    -Werror -Wextra -Wformat=2 -Winit-self -Wno-unused-function $
    -Wno-unused-parameter -Wno-unknown-pragmas -Wpacked -Wpointer-arith $
    -Wundef -Wwrite-strings -Wno-reorder -Wno-format-nonliteral $
    -Wno-deprecated-register -O0 -g

and angle_end2end_tests.ninja has:

cflags = -fPIC -std=c++0x -pthread -fno-exceptions -O0 -g

Corentin can you get to the bottom of this?

Original issue reported on code.google.com by jmad...@chromium.org on 14 May 2015 at 9:43