Skip to content

Commit 07c8448

Browse files
committed
Revert "Fix for Cygwin's environment build-profile"
This reverts commit "Fix for Cygwin's environment build-profile", as it was giving errors for "make clean" on some Windows environments. See comments in 68bf362 Possibly somebody can propose a solution that would fix Cygwin builds and not break on other system too, stay tuned! :-) No functional change
1 parent 55e69dc commit 07c8448

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

AUTHORS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Alfredo Menezes (lonfom169)
2323
Ali AlZhrani (Cooffe)
2424
Andrew Grant (AndyGrant)
2525
Andrey Neporada (nepal)
26-
Andreï Vetrov (proukornew)
2726
Andy Duplain
2827
Antoine Champion (antoinechampion)
2928
Aram Tumanian (atumanian)

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,13 +884,13 @@ clang-profile-use:
884884

885885
gcc-profile-make:
886886
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
887-
EXTRACXXFLAGS='-fprofile-generate="./"' \
887+
EXTRACXXFLAGS='-fprofile-generate' \
888888
EXTRALDFLAGS='-lgcov' \
889889
all
890890

891891
gcc-profile-use:
892892
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
893-
EXTRACXXFLAGS='-fprofile-use="./" -fno-peel-loops -fno-tracer' \
893+
EXTRACXXFLAGS='-fprofile-use -fno-peel-loops -fno-tracer' \
894894
EXTRALDFLAGS='-lgcov' \
895895
all
896896

0 commit comments

Comments
 (0)