Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
2f90aa63
Kaydet (Commit)
2f90aa63
authored
Şub 04, 2015
tarafından
Gregory P. Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixes issue23390: make profile-opt causes -fprofile-generate and related flags
to end up in distutils CFLAGS.
üst
b9a3dd9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.pre.in
Makefile.pre.in
+2
-2
No files found.
Makefile.pre.in
Dosyayı görüntüle @
2f90aa63
...
@@ -480,14 +480,14 @@ profile-opt:
...
@@ -480,14 +480,14 @@ profile-opt:
$(MAKE)
build_all_use_profile
$(MAKE)
build_all_use_profile
build_all_generate_profile
:
build_all_generate_profile
:
$(MAKE)
all
CFLAGS
=
"
$(CFLAGS)
-fprofile-generate"
LIBS
=
"
$(LIBS)
-lgcov"
$(MAKE)
all
CFLAGS
_NODIST
=
"
$(CFLAGS)
-fprofile-generate"
LDFLAGS
=
"
-fprofile-generate"
LIBS
=
"
$(LIBS)
-lgcov"
run_profile_task
:
run_profile_task
:
:
# FIXME: can't run for a cross build
:
# FIXME: can't run for a cross build
$(RUNSHARED)
./
$(BUILDPYTHON)
$(PROFILE_TASK)
$(RUNSHARED)
./
$(BUILDPYTHON)
$(PROFILE_TASK)
build_all_use_profile
:
build_all_use_profile
:
$(MAKE)
all
CFLAGS
=
"
$(CFLAGS)
-fprofile-use -fprofile-correction"
$(MAKE)
all
CFLAGS
_NODIST
=
"
$(CFLAGS)
-fprofile-use -fprofile-correction"
# Compile and run with gcov
# Compile and run with gcov
.PHONY
=
coverage coverage-lcov coverage-report
.PHONY
=
coverage coverage-lcov coverage-report
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment