Skip to content

Commit 3de1082

Browse files
committed
* README, README.ja: Add a note about default C flags.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent c4ae288 commit 3de1082

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Sat May 31 23:33:34 2008 Akinori MUSHA <knu@iDaemons.org>
2+
3+
* README, README.ja: Add a note about default C flags.
4+
15
Sat May 31 22:11:15 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
26

37
* version.c (ruby_description, ruby_copyright): backported from

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ with all sufficient information, see the ChangeLog file.
1111

1212
=== Configuration changes
1313

14+
* default C flags
15+
16+
Some C compiler flags may be added by default depending on your
17+
environment. Specify optflags=.. and warnflags=.. as necessary to
18+
override them.
19+
1420
* vendor_ruby directory
1521

1622
A new library directory named `vendor_ruby' is introduced in

README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ This is what you need to do to compile and install Ruby:
7070

7171
2. Run ./configure, which will generate config.h and Makefile.
7272

73+
Some C compiler flags may be added by default depending on your
74+
environment. Specify optflags=.. and warnflags=.. as necessary
75+
to override them.
76+
7377
3. Edit defines.h if you need. Usually this step will not be needed.
7478

7579
4. Remove comment mark(#) before the module names from ext/Setup (or

README.ja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Ruby
9292

9393
2. configure��¹Ԥ���Makefile�ʤɤ���������
9494

95+
�Ķ��ˤ�äƤϥǥե���Ȥ�C����ѥ����ѥ��ץ�����դ�
96+
�ޤ���configure���ץ����� optflags=.. warnflags=.. ��
97+
�Ǿ�񤭤Ǥ��ޤ���
98+
9599
3. (ɬ�פʤ��)defines.h���Խ�����
96100

97101
¿ʬ��ɬ��̵���Ȼפ��ޤ���

0 commit comments

Comments
 (0)