Browse Source

Disable external plugins by default

Closes #578
tags/v1.9.9
falkTX 8 years ago
parent
commit
1b5c1ba590
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      source/Makefile.mk

+ 1
- 9
source/Makefile.mk View File

@@ -5,15 +5,7 @@
#

# ---------------------------------------------------------------------------------------------------------------------
# Modify to enable/disable specific features

# Build external plugins (if debug is disabled)
ifneq ($(DEBUG),true)
EXTERNAL_PLUGINS = true
endif

# ---------------------------------------------------------------------------------------------------------------------
# DO NOT MODIFY PAST THIS POINT!
# Base environment vars

AR ?= ar
CC ?= gcc


Loading…
Cancel
Save