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

Commitfb45f2e

Browse files
committed
Use lib/debug instead of lib/release for build results
We are building optimised binaries with --optimize and /debug:pdbonly,the results should be placed in "release" not "debug"
1 parent7cd6467 commitfb45f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎config.make.in‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FSSRGEN := $(tooldir)../2.0/fssrgen.exe
3030
FSLEX := $(tooldir)../2.0/fslex.exe
3131
FSYACC := $(tooldir)../2.0/fsyacc.exe
3232

33-
CONFIG :=debug
33+
CONFIG :=release
3434
DISTVERSION := 201011
3535

3636
VERSION_2_0 := 2.3.0.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp