Skip to content

update from original #2781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 614 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
614 commits
Select commit Hold shift + click to select a range
a0c76de
Fixed tests
dstogov Aug 30, 2017
4406452
Detect undefined variable usage
dstogov Aug 30, 2017
d1d523e
Support for implicit array/object allocations
dstogov Aug 30, 2017
ce10a98
Merge branch 'PHP-7.2'
bukka Aug 30, 2017
a8835d0
Merge branch 'PHP-7.2'
remicollet Aug 31, 2017
2e462e1
Fixed SSA construction for PRE_INC_OBJ and family (these opcodes chan…
dstogov Aug 31, 2017
1eb6fd8
Extend SCCP to support properties of non-escaping objects
dstogov Aug 31, 2017
6cc9e80
Remove dead construction of non-escaping arrays and objects
dstogov Aug 31, 2017
2f1c471
Improved check to avoid removing of dead code that may throw exception.
dstogov Aug 31, 2017
1a11616
Merge branch 'PHP-7.2'
weltling Aug 31, 2017
27644c1
Merge branch 'PHP-7.2'
weltling Aug 31, 2017
d4268e6
Merge branch 'PHP-7.2'
weltling Aug 31, 2017
4cb06b9
Merge branch 'PHP-7.2'
weltling Aug 31, 2017
2c61e5d
Objects with constructors escape
dstogov Sep 1, 2017
becb4d6
Remove dead allocations of non-escaping objects
dstogov Sep 1, 2017
708fb44
Merge branch 'PHP-7.2'
weltling Sep 1, 2017
fcb6e0a
Merge branch 'PHP-7.2'
weltling Sep 1, 2017
59c5d81
Added skipif.inc
dstogov Sep 1, 2017
a7358c7
Merge branch 'PHP-7.2'
cmb69 Sep 1, 2017
8a7ba13
Fixed SCCP on PHI(contant_array, partial_array)
laruence Sep 2, 2017
7c9556d
Fixed SCCP on PHI(partial_object#1, partial_object#2)
laruence Sep 2, 2017
4afe5a5
Fixed SCCP rewinding on partial_array|object phi
laruence Sep 2, 2017
658d8d9
Merge branch 'PHP-7.2'
weltling Sep 2, 2017
4001a0f
Merge branch 'PHP-7.2'
dstogov Sep 4, 2017
85e0e39
Merge branch 'PHP-7.2'
dstogov Sep 4, 2017
619b493
Merge branch 'PHP-7.2'
weltling Sep 4, 2017
1830e3c
Merge branch 'PHP-7.2'
remicollet Sep 4, 2017
3c377c9
Merge branch 'PHP-7.2'
dstogov Sep 4, 2017
1d609a9
Merge branch 'PHP-7.2'
dstogov Sep 4, 2017
7650d90
Merge branch 'PHP-7.2'
dstogov Sep 4, 2017
b662a7b
Merge branch 'PHP-7.2'
remicollet Sep 4, 2017
781e78f
Merge branch 'PHP-7.2'
dstogov Sep 4, 2017
296d844
Fix inference (result of ++/-- can't be a reference)
dstogov Sep 4, 2017
6b8f83a
Merge branch 'PHP-7.2'
dstogov Sep 4, 2017
8088119
Merge branch 'PHP-7.2'
nikic Sep 4, 2017
da0b5b3
Remove redundant checks in ext/gd
tvlooy Sep 4, 2017
db65108
Merge branch 'PHP-7.2'
derickr Sep 4, 2017
c6fb8a1
Merge branch 'PHP-7.2'
remicollet Sep 5, 2017
3945911
Replace used constant instructions by QM_ASSIGN
dstogov Sep 5, 2017
0fba60b
Proper replacing of constant call
dstogov Sep 5, 2017
7548789
Control transfer opcodes can't be replaced by QM_ASSIGN
dstogov Sep 5, 2017
431ea10
Remove unused temporary variables
dstogov Sep 5, 2017
1ca4359
Merge branch 'PHP-7.2'
nikic Sep 5, 2017
9d554cb
Merge branch 'PHP-7.2'
nikic Sep 5, 2017
26572b3
Merge branch 'PHP-7.2'
nikic Sep 5, 2017
7340466
Test is_soap_fault() function
kenguest Aug 28, 2017
002856c
Use zpp_throw() in SOAP constructors
nikic Sep 5, 2017
166cb44
Merge branch 'PHP-7.2'
nikic Sep 5, 2017
dfe0300
Merge branch 'PHP-7.2'
nikic Sep 5, 2017
36ddda1
Comments
dstogov Sep 6, 2017
a82aa48
Add tests for setrawcookie function for success scenario
jpjoao Aug 26, 2017
9b77615
fixed mbstring extension compiled broken with archlinux
motecshine Aug 30, 2017
fafd67c
Add tests for sapi/cli option combinations
Sep 5, 2017
ed2f651
Add support for SQLite open flags
Sep 3, 2017
1534ab3
Add test for curl_mutli_close on non curl multi resource
scrx Aug 25, 2017
c898349
fixes PR #2722, no clue how it broke ...
krakjoe Sep 6, 2017
3fdeb27
Improving a bit code quality in ldap_exop function
Sep 6, 2017
fe78a7c
Fix test cleanup
weltling Sep 6, 2017
8e66194
Fix test portability
weltling Sep 6, 2017
cf61ec6
Merge branch 'pull-request/778' into bcscale-return-old-value
cmb69 Sep 6, 2017
14b0adb
Fix arginfo
cmb69 Sep 6, 2017
1650882
Fix proto and indentation
cmb69 Sep 6, 2017
28630f7
Fixed an error in ldap_exop introduced by last commit
Sep 6, 2017
69f0dc5
Fix if ZEND_PRE_INC/DEC_OBJ
tvlooy Sep 6, 2017
f70d14e
Merge branch 'PHP-7.2'
cmb69 Sep 6, 2017
d254a2c
Merge branch 'PHP-7.2'
cmb69 Sep 6, 2017
141f26e
Add test for rand with inverted min and max
jpjoao Aug 26, 2017
7104203
drop support for bundled libzip (linux)
remicollet Sep 7, 2017
040a323
UPGRADING
remicollet Sep 7, 2017
b2a3ba5
add libzip-dev for travis build
remicollet Sep 7, 2017
d643254
try to switch to something more recent than a 5 years old distro...
remicollet Sep 7, 2017
757789e
remove bundled libzip config for .w32
weltling Sep 7, 2017
8f38993
Revert "try to switch to something more recent than a 5 years old dis…
remicollet Sep 7, 2017
9ecafd9
Revert "drop support for bundled libzip (linux)"
remicollet Sep 7, 2017
ec60fee
Merge branch 'PHP-7.2'
dstogov Sep 7, 2017
26ccaa3
Merge branch 'PHP-7.2'
Sep 7, 2017
3162285
Complete func info for mysqli
laruence Sep 7, 2017
7b1d96c
Merge branch 'master' of git.php.net:/php-src
laruence Sep 7, 2017
e23da65
Merge branch 'PHP-7.2'
nikic Sep 7, 2017
92f5c4c
Merge branch 'PHP-7.2'
nikic Sep 7, 2017
ab93a34
Merge branch 'PHP-7.2'
sgolemon Sep 7, 2017
c5dfbcf
Merge branch 'PHP-7.2'
sgolemon Sep 7, 2017
bedb4ef
Complete func infos for session and sodium
laruence Sep 8, 2017
3713a36
Func info for pgsql
laruence Sep 8, 2017
918c1fe
Add bcmath func infos
laruence Sep 8, 2017
bf82ee3
Add exif func infos
laruence Sep 8, 2017
3e3d7b5
Merge branch 'master' of git.php.net:/php-src
laruence Sep 8, 2017
f46ec03
Added filter func infos
laruence Sep 8, 2017
24e3335
Added getext func infos
laruence Sep 8, 2017
4d1ddeb
Added ctype func infos
laruence Sep 8, 2017
f5ef1a8
Collect all jump optimisations in a single optimization pass.
dstogov Sep 8, 2017
657695f
Remove unused member
cmb69 Sep 8, 2017
870ed51
Fixed bug #66364 (BCMath bcmul ignores scale parameter)
cmb69 Sep 8, 2017
c2ddc18
Added fileinfo func infos
laruence Sep 9, 2017
aee690e
Added gd func infos
laruence Sep 9, 2017
8826a56
Merge branch 'PHP-7.2'
cmb69 Sep 9, 2017
1f32728
Fixed signature
laruence Sep 9, 2017
65b5751
Merge branch 'PHP-7.2'
cmb69 Sep 9, 2017
d1e82b3
Optimize truncation to zero scale in bc_raisemod()
cmb69 Sep 9, 2017
fd73a54
Fixed bug #75169 (BCMath errors/warnings bypass error handling)
cmb69 Sep 9, 2017
46f5c04
Merge branch 'master' of git.php.net:/php-src
laruence Sep 10, 2017
9d5ecf6
They should always be equal (zend_call_graph.c:#109)
laruence Sep 10, 2017
ffb8894
Merge branch 'PHP-7.2'
cmb69 Sep 10, 2017
4b12a43
Merge branch 'PHP-7.2'
laruence Sep 11, 2017
9b34227
Merge branch 'PHP-7.2'
laruence Sep 11, 2017
8857161
Use system libzip by default
remicollet Sep 11, 2017
708a58b
Merge branch 'PHP-7.2'
weltling Sep 11, 2017
504b13c
Merge branch 'PHP-7.2'
weltling Sep 11, 2017
76b2968
Improved JMP optimization
dstogov Sep 11, 2017
9b03024
Merge branch 'master' of git.php.net:php-src
dstogov Sep 11, 2017
441b826
Fixed compilation error
dstogov Sep 11, 2017
f716c90
Merge branch 'PHP-7.2'
weltling Sep 11, 2017
d5c527c
Fixed SCCP failure, because of aliased objects.
dstogov Sep 11, 2017
ae44cc9
Merge branch 'master' of git.php.net:php-src
dstogov Sep 11, 2017
1119e28
Merge branch 'PHP-7.2'
weltling Sep 11, 2017
a7fdf57
Merge branch 'PHP-7.2'
weltling Sep 11, 2017
6b4287e
Merge branch 'PHP-7.2'
weltling Sep 11, 2017
34a4c2c
Merge branch 'PHP-7.2'
cmb69 Sep 11, 2017
87897ef
[ci-skip] Merge branch 'PHP-7.2'
cmb69 Sep 11, 2017
63b93b4
Fixed copy semantics in escape analysis
dstogov Sep 11, 2017
86dd321
Fixed yet another object aliasing problem
dstogov Sep 11, 2017
0d89002
Merge branch 'PHP-7.2'
cmb69 Sep 11, 2017
ff6f41c
Narrow typeinfos down for zend_parse_paramenters_none
laruence Sep 12, 2017
468b014
Merge branch 'PHP-7.2'
laruence Sep 12, 2017
ae5542d
Merge branch 'PHP-7.2'
krakjoe Sep 12, 2017
cb62dbe
Merge branch 'PHP-7.2'
krakjoe Sep 12, 2017
89dceb5
Fixed typo
laruence Sep 12, 2017
50cb4fc
Merge branch 'master' of git.php.net:/php-src
laruence Sep 12, 2017
2133b55
Refactor ftp_append test to clean temporary files
michaelpaul Sep 10, 2017
26d0e94
Merge branch 'master' of git.php.net:/php-src
krakjoe Sep 12, 2017
6acfc7a
Add test for ftp functions with bogus resource
michaelpaul Sep 9, 2017
a7eda82
Fixed incorrect empty basic block removing
dstogov Sep 12, 2017
fec1bd0
Merge branch 'PHP-7.2'
weltling Sep 12, 2017
7921e08
Disable eliminatin of empty basic block with multiple predecessors
dstogov Sep 12, 2017
94d22ce
Merge branch 'PHP-7.2'
weltling Sep 12, 2017
7d398f0
Merge branch 'PHP-7.2'
weltling Sep 12, 2017
cac7c34
Merge branch 'PHP-7.2'
weltling Sep 12, 2017
0a98998
Merge branch 'PHP-7.2'
remicollet Sep 12, 2017
07ed545
Fixed memleak in SCCP
laruence Sep 12, 2017
1f62983
Merge branch 'PHP-7.2'
weltling Sep 12, 2017
1500f2e
Merge branch 'PHP-7.2'
weltling Sep 12, 2017
9f45aaa
Fixed test
dstogov Sep 12, 2017
42a1e7a
Merge branch 'PHP-7.2'
dstogov Sep 12, 2017
f32a52c
Merge branch 'PHP-7.2'
dstogov Sep 12, 2017
801d0e5
Merge branch 'PHP-7.2'
dstogov Sep 12, 2017
c6c2b67
Merge branch 'PHP-7.2'
dstogov Sep 12, 2017
7378f27
Merge branch 'PHP-7.2'
dstogov Sep 12, 2017
3511308
Merge branch 'PHP-7.2'
dstogov Sep 13, 2017
1edc5ae
Merge branch 'PHP-7.2'
remicollet Sep 13, 2017
756aaaf
Merge branch 'PHP-7.2'
weltling Sep 13, 2017
9e8eca1
added basic zlib_get_coding_type() test
realFlowControl Sep 13, 2017
9b2d3cc
Mark incorrectly used arrays and objects as escaping
dstogov Sep 13, 2017
736e9ba
Merge branch 'PHP-7.2'
weltling Sep 13, 2017
1738fa3
Merge branch 'pull-request/2739'
cmb69 Sep 13, 2017
18adc6f
Merge branch 'pull-request/2745'
cmb69 Sep 13, 2017
93af905
Improved reference dependencies analysis
dstogov Sep 13, 2017
ea4e3ef
Fixed typo
staabm Sep 13, 2017
c900764
Fix type-o in ext/reflection comment :speech_balloon:
SammyK Sep 13, 2017
b7d683c
Added debug output
dstogov Sep 13, 2017
8e2842c
Revert "Mark incorrectly used arrays and objects as escaping"
dstogov Sep 13, 2017
0a86f15
Added test. Invalid usage doesn't affect escape_satte of arrays/objec…
dstogov Sep 13, 2017
9848e41
Merge branch 'PHP-7.2'
cmb69 Sep 13, 2017
7ed847b
[ci skip] Merge branch 'pull-request/2753'
cmb69 Sep 13, 2017
ee92aed
[ci skip] Merge branch 'pull-request/2752'
cmb69 Sep 14, 2017
a68f50f
typo
dstogov Sep 14, 2017
feb16a4
reworked the tests, created test cases for defalte, gzip and unsuppor…
Sep 14, 2017
5e55ce3
added credits for #phptestfest
Sep 14, 2017
80abd81
Fixed escape analysis for ASSIGN_DIM/ASSIGN_OBJ opcodes and improved DCE
dstogov Sep 14, 2017
ad68c67
Avoid redundand iterations, checks and reloads
dstogov Sep 14, 2017
ccf7442
Structures comming from "unknown sources" should be marked as escaping.
dstogov Sep 14, 2017
8158a95
reworked test
Sep 14, 2017
5b61c39
Merge branch 'pull-request/2751'
cmb69 Sep 14, 2017
12550b2
Removed IS_TYPE_COPYABLE flag.
dstogov Sep 15, 2017
c9223fd
Merge branch 'PHP-7.2'
weltling Sep 15, 2017
131abe7
Merge branch 'PHP-7.2'
weltling Sep 18, 2017
2aad680
Merge branch 'PHP-7.2'
dstogov Sep 18, 2017
b81659d
Merge branch 'PHP-7.2'
weltling Sep 18, 2017
0fb05f1
Property access micro-optimization. (ZEND_WRONG_PROPERTY_OFFSET and Z…
dstogov Sep 18, 2017
fbe913d
Merge branch 'PHP-7.2'
dstogov Sep 18, 2017
8109ebb
Allow removing of unused func_get_args() and func_get_num_args().
dstogov Sep 18, 2017
f63bfea
Optimize POST_INC_OBJ + FREE into PRE_INC_OBJ (in the same way as sim…
dstogov Sep 18, 2017
73af7a8
Merge branch 'pull-request/2742'
cmb69 Sep 18, 2017
97bfc28
[ci skip] Update UPGRADING wrt. PR 2742
cmb69 Sep 18, 2017
597019d
Remove pointless preprocessor directive
cmb69 Sep 18, 2017
ce59da1
Merge branch 'PHP-7.2'
remicollet Sep 18, 2017
dc5d850
Merge branch 'PHP-7.2'
dstogov Sep 18, 2017
778d909
Merge branch 'PHP-7.2'
cmb69 Sep 18, 2017
c26d8ec
Merge branch 'PHP-7.2'
remicollet Sep 19, 2017
4433bb5
Merge branch 'PHP-7.2'
jedisct1 Sep 19, 2017
c1dc10a
Merge branch 'PHP-7.2'
dstogov Sep 19, 2017
44e0b79
Refactored array creation API. array_init() and array_init_size() are…
dstogov Sep 19, 2017
3b2e8f8
Sync json parser defs
weltling Sep 20, 2017
0ef396f
Merge branch 'PHP-7.2'
cmb69 Sep 20, 2017
d6f253b
Merge branch 'PHP-7.2'
sgolemon Sep 20, 2017
471d2bb
Merge branch 'PHP-7.2'
hikari-no-yume Sep 20, 2017
5ccb31e
Added controls support to ldap_parse_result and ldap_exop_passwd
Jul 20, 2017
8de071e
Added controls support to ldap_search, ldap_list and ldap_read.
Jul 26, 2017
5691d8b
Added controls support to ldap_exop
Sep 6, 2017
02bd89a
Added support for assert control value encoding
Jul 26, 2017
6d3a914
Added a test for PROXY_AUTHZ control on ldap_exop
Sep 6, 2017
79cfa55
Added a test for assertion control
Sep 7, 2017
5ee0fc9
Added support for controls in ldap_add, ldap_modify, ldap_mod_*
Sep 7, 2017
93fbbbf
Added controls support to ldap_delete
Sep 7, 2017
c8572da
Fixed wrong argument number error tests
Sep 7, 2017
59f3240
Using new control syntax for MANAGEDSAIT control when deleting refere…
Sep 7, 2017
437c75a
Fixed prototypes in comments
Sep 7, 2017
82cc72a
Added controls support to ldap_rename
Sep 7, 2017
2b52cb7
Added controls support to ldap_compare
Sep 7, 2017
81b27ab
Added support for controls in ldap_modify_batch
Sep 7, 2017
d377edb
Fixed ldap_exop test since rebase remove client controls
Sep 7, 2017
b5ca0c1
Removed client controls alltogether
Sep 7, 2017
3a1ba93
Added support and test for LDAP_CONTROL_VALUESRETURNFILTER
Sep 11, 2017
9275e05
Improved a bit error handling to avoid passing commands with incomple…
Sep 11, 2017
b363424
Added ldap_bind_ext to pass controls and get result object
Sep 11, 2017
32b5103
Added ldap_add_ext and preread/postread support and tests
Sep 12, 2017
17e490a
Added ldap_mod_*_ext methods for modification with controls
Sep 12, 2017
ead53ab
Added ldap_delete_ext and its test
Sep 12, 2017
d8a7214
Fixed ldap_parse_result comment
Sep 12, 2017
9c7666d
Avoid returning iscritical field when parsing response controls
Sep 12, 2017
679442b
Indexing controls by OID when parsing them
Sep 12, 2017
c112b53
Added ldap_rename_ext and its test
Sep 12, 2017
d76d57b
Fixed ifdef for VLV controls (copy/paste error)
Sep 14, 2017
def30db
Avoid memory leak when creating paged control value
Sep 14, 2017
76e9de6
Added skip when control are not supported by the test ldap server
Sep 14, 2017
6ac7d31
Added support for SORT controls
Sep 14, 2017
9a4f350
Added support for VLV controls request and response
Sep 14, 2017
75ed1ed
Merge branch 'pull-request/2640'
Sep 21, 2017
a9273a7
Merge branch 'PHP-7.2'
weltling Sep 21, 2017
ebd080e
Merge branch 'master' of git.php.net:/php-src
Sep 21, 2017
fd8ebdb
Merge branch 'PHP-7.2'
jedisct1 Sep 21, 2017
dce52dd
Merge branch 'PHP-7.2'
dstogov Sep 22, 2017
18e297d
Merge branch 'PHP-7.2'
nikic Sep 24, 2017
ac3c586
Merge branch 'PHP-7.2'
laruence Sep 24, 2017
b66357a
Merge branch 'PHP-7.2'
laruence Sep 24, 2017
2664638
Remove empty and done TODO file for CLI SAPI
petk Sep 24, 2017
40df83e
Merge branch 'PHP-7.2'
dstogov Sep 25, 2017
a3fdf6f
Merge branch 'PHP-7.2'
dstogov Sep 25, 2017
8cc0921
Merge branch 'PHP-7.2'
weltling Sep 25, 2017
842dba8
Merge branch 'PHP-7.2'
cmb69 Sep 25, 2017
49d895a
Merge branch 'PHP-7.2'
nikic Sep 26, 2017
5b849d9
Split CFG after RECV independently from ZEND_ACC_HAS_TYPE_HINTS flag.
dstogov Sep 26, 2017
cb39422
Merge branch 'PHP-7.2'
jedisct1 Sep 26, 2017
ab13da9
Merge branch 'PHP-7.2'
jedisct1 Sep 26, 2017
e2e3c98
Merge branch 'PHP-7.2'
krakjoe Sep 27, 2017
e1d9f33
Merge branch 'PHP-7.2'
krakjoe Sep 27, 2017
b44c1e4
Merge branch 'PHP-7.2'
krakjoe Sep 27, 2017
a4da53a
Merge branch 'PHP-7.2'
krakjoe Sep 27, 2017
1f8970c
Merge branch 'PHP-7.2'
dstogov Sep 27, 2017
819874c
Updated NEWS
Sep 27, 2017
121331b
Merge branch 'PHP-7.2'
cmb69 Sep 27, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ addons:
- libsasl2-dev
- libxpm-dev
- libt1-dev
- libzip-dev

notifications:
email:
Expand Down
1,917 changes: 2 additions & 1,915 deletions INSTALL

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Makefile.global
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ clean:
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_MILTER_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*

distclean: clean
rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c stamp-h buildmk.stamp Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h TSRM/tsrm_config.h
Expand All @@ -137,7 +137,7 @@ prof-clean:
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_MILTER_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*

prof-use:
CCACHE_DISABLE=1 $(MAKE) PROF_FLAGS=-fprofile-use all
Expand Down
Loading