Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b54ed3

Browse files
committed
Simplify notes on making debug binaries
1 parentdcb59cc commit0b54ed3

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

‎README.md‎

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ The usual:
2323
make
2424
sudo make install
2525
```
26-
By default that makes release binaries. To make debug, use
27-
```
28-
make clean
29-
make CONFIG=debug
30-
sudo make install CONFIG=debug
31-
```
26+
By default that makes optimized binaries. To make debug, use```make CONFIG=debug```
3227

3328

3429
###On MacOS (OSX)
@@ -39,12 +34,7 @@ Use a prefix to your version of Mono:
3934
make
4035
sudo make install
4136
```
42-
By default that makes release binaries. To make debug, use
43-
```
44-
make clean
45-
make CONFIG=debug
46-
sudo make install CONFIG=debug
47-
```
37+
By default that makes optimized binaries. To make debug, use```make CONFIG=debug```
4838

4939
###On Windows, using msbuild (e.g.. if .NET is installed)
5040
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp