Guest User

Untitled

a guest
Jul 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. HARDENING: disabled flags: pie
  2. HARDENING: Is active (not completely disabled with "all" flag)
  3. HARDENING: enabling fortify
  4. HARDENING: enabling stackprotector
  5. HARDENING: enabling strictoverflow
  6. HARDENING: enabling format
  7. HARDENING: enabling pic
  8. extra flags before to /nix/store/imfm3gk3qchmyv7684pjpm8irvkdrrkk-gcc-7.3.0/bin/gcc:
  9. -O2
  10. -D_FORTIFY_SOURCE=2
  11. -fstack-protector-strong
  12. --param
  13. ssp-buffer-size=4
  14. -fno-strict-overflow
  15. -Wformat
  16. -Wformat-security
  17. -Werror=format-security
  18. -fPIC
  19. -Wl\,-dynamic-linker
  20. -Wl\,/nix/store/83lrbvbmxrgv7iz49mgd42yvhi473xp6-glibc-2.27/lib/ld-linux-x86-64.so.2
  21. original flags to /nix/store/imfm3gk3qchmyv7684pjpm8irvkdrrkk-gcc-7.3.0/bin/gcc:
  22. test.c
  23. -std=c99
  24. -lm
  25. -o
  26. test
  27. -lOpenCL
  28. extra flags after to /nix/store/imfm3gk3qchmyv7684pjpm8irvkdrrkk-gcc-7.3.0/bin/gcc:
  29. -B/nix/store/zikcg4s36w5k6fvlba2h4p4riw1qc7fp-gcc-7.3.0-lib/lib
  30. -B/nix/store/83lrbvbmxrgv7iz49mgd42yvhi473xp6-glibc-2.27/lib/
  31. -idirafter
  32. /nix/store/lyd89mv72m8a0aw1a4idfimyi0rb2b13-glibc-2.27-dev/include
  33. -idirafter
  34. /nix/store/imfm3gk3qchmyv7684pjpm8irvkdrrkk-gcc-7.3.0/lib/gcc/x86_64-unknown-linux-gnu/7.3.0/include-fixed
  35. -B/nix/store/yz6kinf4ia19r1c14yirl6x4ciwgzk67-gcc-wrapper-7.3.0/bin/
  36. -Wl\,-rpath
  37. -Wl\,/nix/store/5k84i9700j2gx7wyzsfw3jg54zp5i9kk-shell/lib64
  38. -Wl\,-rpath
  39. -Wl\,/nix/store/5k84i9700j2gx7wyzsfw3jg54zp5i9kk-shell/lib
  40. -L/nix/store/hyjwrr4bxra98b10r7mp68hh3s91jxn3-gist-4.6.2/lib
  41. -L/nix/store/hyjwrr4bxra98b10r7mp68hh3s91jxn3-gist-4.6.2/lib
  42. -L/nix/store/hyjwrr4bxra98b10r7mp68hh3s91jxn3-gist-4.6.2/lib
  43. -L/nix/store/83lrbvbmxrgv7iz49mgd42yvhi473xp6-glibc-2.27/lib
  44. -L/nix/store/zikcg4s36w5k6fvlba2h4p4riw1qc7fp-gcc-7.3.0-lib/lib
  45. test.c:1290:12: fatal error: CL/cl.h: No such file or directory
  46. #include <CL/cl.h>
  47. ^~~~~~~~~
  48. compilation terminated.
Add Comment
Please, Sign In to add comment