Bläddra i källkod

Remove unused, obsolete -dBROWSERLOG option

git-svn-id: trunk@49246 -
pierre 4 år sedan
förälder
incheckning
43c50d0a32
3 ändrade filer med 2 tillägg och 2 borttagningar
  1. 0 0
      compiler/MPWMake
  2. 1 1
      compiler/Makefile
  3. 1 1
      compiler/Makefile.fpc

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 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

Vissa filer visades inte eftersom för många filer har ändrats