소스 검색

*** empty log message ***

Bogdan-Andrei Iancu 23 년 전
부모
커밋
3b06abf23c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Makefile.defs

+ 2 - 2
Makefile.defs

@@ -76,13 +76,13 @@ mode = release
 CC=gcc
 LD=gcc
 MKDEP=gcc -MM $(DEFS)
-MKTAGS=ctags-exuberant -R .
+MKTAGS=ctags -R .
 
 ifeq ($(mode), release)
 	CFLAGS=-O9 -funroll-loops  -Wcast-align $(PROFILE) -Winline\
 #			-malign-double -malign-loops=4 -minline-all-stringops \
 #			-march=athlon -mcpu=athlon
-	#-Wmissing-prototypes 
+	#-Wmissing-prototypes
 	LDFLAGS=-Wl,-O2 -Wl,-E $(PROFILE)
 	# we need -fPIC -DPIC only for shared objects, we don't need them for
 	# the executable file, because it's always loaded at a fixed address