ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/optimisation/src/compiler_detection.script
Revision: 217
Committed: Tue Nov 10 18:24:50 2009 UTC (15 years, 6 months ago) by picher
File size: 318 byte(s)
Log Message:
Ajout d'une procedure de detection et suppression des elements flottants pour les resultats d'optimisation topologique

File Contents

# User Rev Content
1 picher 217 #!/bin/sh
2    
3     rm ./../bin/detection_flottant
4     rm *.core
5     rm *.o
6    
7     g++ -elf -g0 -O0 -W -Wall -Wextra -fomit-frame-pointer -DUNIX -I./ -c detection_flottant.cpp -o detection_flottant.o
8    
9    
10     g++ -o ./../bin/detection_flottant ./detection_flottant.o ./bib_fresop_base_freebsd_i386_20090908.a -L/usr/local/lib -lstdc++ -lm
11    
12    
13    
14    
15    
16    
17    
18    

Properties

Name Value
svn:executable *