summaryrefslogtreecommitdiff
path: root/compiler/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Makefile.fpc')
-rw-r--r--compiler/Makefile.fpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc
index 7082b7d7e9..7d484654bc 100644
--- a/compiler/Makefile.fpc
+++ b/compiler/Makefile.fpc
@@ -323,7 +323,7 @@ endif
endif
# set correct defines (-d$(CPU_TARGET) is automatically added in makefile.fpc)
-override LOCALOPT+=-d$(CPC_TARGET) -dGDB -dBROWSERLOG
+override LOCALOPT+=-d$(CPC_TARGET) -dGDB
#include LLVM define/directory if requested
ifdef LLVM