Front page | perl.perl5.porters |
Postings from April 2011
-DEBUGGING=none
Thread Next
From:
vadim.konovalov
Date:
April 25, 2011 00:39
Subject:
-DEBUGGING=none
Message ID:
35BF8D9716175C43BB9D67CA60CC345E2B285A9A@FRMRSSXCHMBSC2.dc-m.alcatel-lucent.com
./Configure --help
reads:
....
-D : define symbol to have some value:
-D symbol symbol gets the value 'define'
-D symbol=value symbol gets the value 'value'
common used examples (see INSTALL for more info):
-Duse64bitint use 64bit integers
-Duse64bitall use 64bit integers and pointers
-Dusethreads use thread support
-Dinc_version_list=none do not include older perl trees in @INC
-DEBUGGING=none DEBUGGING options
-Dcc=gcc choose your compiler
-Dprefix=/opt/perl5 choose your destination
Should that -DEBUGGING=none be -DDEBUGGING=none?
Regards,
Vadim.
Thread Next
-
-DEBUGGING=none
by vadim.konovalov