config.mk 199 B

1234567891011
  1. #
  2. # (C) Copyright 2011, Julius Baxter <julius@opencores.org>
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. PLATFORM_CPPFLAGS += -mhard-mul -mhard-div
  7. ifeq ($(debug),1)
  8. PLATFORM_CPPFLAGS += -DDEBUG
  9. endif