Advertisement
Weegee

Untitled

Jun 13th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. -std=c99 -ggdb3 -O0 -Werror -Wfatal-errors -Wall \
  2. -pedantic-errors -Wextra -Wformat=2 -Wswitch-default -Wswitch-enum \
  3. -Wunused-parameter -Wstrict-overflow=5 -Wfloat-equal -Wundef -Wshadow \
  4. -Wunsafe-loop-optimizations -Wbad-function-cast -Wcast-qual -Wcast-align \
  5. -Wwrite-strings -Wconversion -Wlogical-op -Wstrict-prototypes \
  6. -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations \
  7. -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Wunreachable-code \
  8. -Winline -Wstack-protector -fstrict-aliasing -fno-common -ffloat-store \
  9. -fno-omit-frame-pointer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement