Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
dc31d870
Commit
dc31d870
authored
Apr 25, 2009
by
André Hentschel
Committed by
Alexandre Julliard
Apr 27, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Add often used negative optimization.
parent
e1cdd977
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
winemaker
tools/winemaker
+3
-0
No files found.
tools/winemaker
View file @
dc31d870
...
@@ -638,6 +638,9 @@ sub source_scan_project_file($$$)
...
@@ -638,6 +638,9 @@ sub source_scan_project_file($$$)
}
elsif
(
/^Oy$/
)
{
}
elsif
(
/^Oy$/
)
{
# Frame-Pointer Omission
# Frame-Pointer Omission
$prj_target_cflags
.=
"-fomit-frame-pointer "
;
$prj_target_cflags
.=
"-fomit-frame-pointer "
;
}
elsif
(
/^Oy-$/
)
{
# Frame-Pointer Omission
$prj_target_cflags
.=
"-fno-omit-frame-pointer "
;
}
elsif
(
/^GZ$/
)
{
}
elsif
(
/^GZ$/
)
{
# Catch Release-Build Errors in Debug Build
# Catch Release-Build Errors in Debug Build
}
elsif
(
/^M[DLT]d?$/
)
{
}
elsif
(
/^M[DLT]d?$/
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment