Browse Source

Update Makefile - disable DEBUG

master
IGP 7 years ago
committed by GitHub
parent
commit
9c55f042d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -1,5 +1,5 @@
# Set to 'yes' to include debugging information, e.g. DEBUG=yes make -e
DEBUG := yes
DEBUG := no
PREFIX ?= /usr
ARCH := $(shell getconf LONG_BIT)


Loading…
Cancel
Save