Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. rnicholl@rpnxdesktop ~/yosys $ git diff
  2. diff --git a/Makefile b/Makefile
  3. index 546de91..6614d84 100644
  4. --- a/Makefile
  5. +++ b/Makefile
  6. @@ -122,9 +122,9 @@ include Makefile.conf
  7. endif
  8.  
  9. ifeq ($(CONFIG),clang)
  10. -CXX = clang
  11. -LD = clang++
  12. -CXXFLAGS += -std=c++11 -Os
  13. +CXX = clang-3.8
  14. +LD = clang++-3.8
  15. +CXXFLAGS += -std=c++14 -O2
  16.  
  17. ifneq ($(SANITIZER),)
  18. $(info [Clang Sanitizer] $(SANITIZER))
  19. rnicholl@rpnxdesktop ~/yosys $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement