forked from OSchip/llvm-project
Allow LLVM to be built with extra options.
llvm-svn: 28873
This commit is contained in:
parent
28d96e0bb8
commit
9e7e4b5d85
|
@ -362,7 +362,7 @@ endif
|
|||
#----------------------------------------------------------
|
||||
|
||||
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused -Wno-long-long \
|
||||
-pedantic
|
||||
-pedantic $(EXTRA_OPTIONS)
|
||||
|
||||
ifeq ($(OS),HP-UX)
|
||||
CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE
|
||||
|
|
Loading…
Reference in New Issue