Silence -Wunused-variable in release builds.
[llvm/stm8.git] / lib / Linker / Makefile
blob19e646b7483020ae57f1198d7e8b6ec06d76b2c6
1 ##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 LIBRARYNAME = LLVMLinker
12 BUILD_ARCHIVE := 1
14 include $(LEVEL)/Makefile.common