Explorar o código

Remove unused, obsolete -dBROWSERLOG option

git-svn-id: trunk@49246 -
pierre %!s(int64=4) %!d(string=hai) anos
pai
achega
43c50d0a32
Modificáronse 3 ficheiros con 2 adicións e 2 borrados
  1. 0 0
      compiler/MPWMake
  2. 1 1
      compiler/Makefile
  3. 1 1
      compiler/Makefile.fpc

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio