소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.