diff options
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/lib/sample/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/projects/sample/lib/sample/Makefile b/llvm/projects/sample/lib/sample/Makefile index 3044926fe1f..ba2da3d03ca 100644 --- a/llvm/projects/sample/lib/sample/Makefile +++ b/llvm/projects/sample/lib/sample/Makefile @@ -8,8 +8,10 @@ LEVEL=../.. # # Give the name of a library. This will build a dynamic version. # -SHARED_LIBRARY=1 LIBRARYNAME=sample +#SHARED_LIBRARY=1 +#DONT_BUILD_RELINKED=1 +#ARCHIVE_LIBRARY=1 # # Include Makefile.common so we know what to do. |