Parcourir la source

Remove unused, obsolete -dBROWSERLOG option

git-svn-id: trunk@49246 -
pierre il y a 4 ans
Parent
commit
43c50d0a32
3 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 0 0
      compiler/MPWMake
  2. 1 1
      compiler/Makefile
  3. 1 1
      compiler/Makefile.fpc

Fichier diff supprimé car celui-ci est trop grand
+ 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

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff