浏览代码

Remove unused, obsolete -dBROWSERLOG option

git-svn-id: trunk@49246 -
pierre 4 年之前
父节点
当前提交
43c50d0a32
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 0 0
      compiler/MPWMake
  2. 1 1
      compiler/Makefile
  3. 1 1
      compiler/Makefile.fpc

文件差异内容过多而无法显示
+ 0 - 0
compiler/MPWMake


+ 1 - 1
compiler/Makefile

@@ -581,7 +581,7 @@ endif
 endif
 endif
 endif
-override LOCALOPT+=-d$(CPC_TARGET) -dGDB -dBROWSERLOG
+override LOCALOPT+=-d$(CPC_TARGET) -dGDB
 ifdef LLVM
 ifeq ($(findstring $(PPC_TARGET),x86_64 aarch64 arm),)
 $(error The $(PPC_TARGET) architecture is not (yet) supported by the FPC/LLVM code generator)

+ 1 - 1
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

部分文件因为文件数量过多而无法显示