Silence -Wunused-variable in release builds.
[llvm/stm8.git] / lib / Object / Makefile
blob79388dc97f1afbd885ea3fdb2e44ee480d9af59d
1 ##===- lib/Object/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 = LLVMObject
12 BUILD_ARCHIVE := 1
14 include $(LEVEL)/Makefile.common