代码搜索结果

找到约 3,568 项符合 Strip 的代码

darwin-ld-20040809-1.c

/* Test -dead_strip support. */ /* Contributed by Devang Patel */ /* { dg-do compile { target *-*-darwin* } } */ /* { dg-options "-dead_strip" } */ int main () { return 0; }

makefile

# Makefile,v 1.1.2.1 2003/11/21 18:12:23 jjo Exp ifeq ($(strip $(KLIPSMODULE)),) FREESWANSRCDIR=. else FREESWANSRCDIR=../../../.. endif ifeq ($(strip $(KLIPS_TOP)),) KLIPS_TOP=../../.. override EXTRA_

makefile

# Makefile,v 1.1.2.1 2003/11/21 18:12:23 jjo Exp ifeq ($(strip $(KLIPSMODULE)),) FREESWANSRCDIR=. else FREESWANSRCDIR=../../../.. endif ifeq ($(strip $(KLIPS_TOP)),) KLIPS_TOP=../../.. override EXTRA_

darwin-ld-20040809-2.c

/* Test -no_dead_strip_inits_and_terms support. */ /* Contributed by Devang Patel */ /* { dg-do compile { target *-*-darwin* } } */ /* { dg-options "-no_dead_strip_inits_and_term

darwin-ld-20040809-1.c

/* Test -dead_strip support. */ /* Contributed by Devang Patel */ /* { dg-do compile { target *-*-darwin* } } */ /* { dg-options "-dead_strip" } */ int main () { return 0; }

makefile

# Makefile,v 1.1.2.1 2003/11/21 18:12:23 jjo Exp ifeq ($(strip $(KLIPSMODULE)),) FREESWANSRCDIR=. else FREESWANSRCDIR=../../../.. endif ifeq ($(strip $(KLIPS_TOP)),) KLIPS_TOP=../../.. override EXTRA_

makefile.in

BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))

rules.make

CC := gcc CFLAGS := -Wall -D_DEBUG_ LFLAGS := -pthread -lm CXXFLAGS := $(CFLAGS) RM := rm -f RMV := $(RM) -v ECHO := echo -e INSTALL := `which install` -v -m 755 STRIP := strip INDENT := in

makexmem.lnx

################################################## ######## GNU makefile for SXT development ######## ################################################## #### compile with optimization #### #GCC = gcc

cppolec.sct

#include "stdafx.h" #include "$CLASS_NAME$.h" #ifdef _DEBUG #undef THIS_FILE static char BASED_CODE THIS_FILE[] = __FILE__; #endif ////////////////////////////