Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nerrons
purr-data
Commits
b0378e4c
Commit
b0378e4c
authored
10 years ago
by
Mathieu L Bouchard
Browse files
Options
Downloads
Patches
Plain Diff
-Wno-unused is bad, -Wno-unused-parameter is useful
parent
c9b5d5e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pd/extra/expr~/makefile
+2
-2
2 additions, 2 deletions
pd/extra/expr~/makefile
pd/extra/makefile.subdir
+2
-2
2 additions, 2 deletions
pd/extra/makefile.subdir
with
4 additions
and
4 deletions
pd/extra/expr~/makefile
+
2
−
2
View file @
b0378e4c
...
@@ -80,7 +80,7 @@ LINUXOBJ = vexp.pd_linux_o vexp_fun.pd_linux_o vexp_if.pd_linux_o
...
@@ -80,7 +80,7 @@ LINUXOBJ = vexp.pd_linux_o vexp_fun.pd_linux_o vexp_if.pd_linux_o
LINUXCFLAGS
=
-DPD
-O2
-funroll-loops
-fomit-frame-pointer
-fPIC
\
LINUXCFLAGS
=
-DPD
-O2
-funroll-loops
-fomit-frame-pointer
-fPIC
\
-fno-strict-aliasing
-Wall
-W
-Wshadow
-Wstrict-prototypes
\
-fno-strict-aliasing
-Wall
-W
-Wshadow
-Wstrict-prototypes
\
-Wno-unused
-Wno-parentheses
-Wno-switch
-Wno-unused
-parameter
-Wno-parentheses
-Wno-switch
LINUXINCLUDE
=
-I
../../src
LINUXINCLUDE
=
-I
../../src
...
@@ -123,7 +123,7 @@ MACOSXOBJ = vexp.d_fat_o vexp_fun.d_fat_o vexp_if.d_fat_o
...
@@ -123,7 +123,7 @@ MACOSXOBJ = vexp.d_fat_o vexp_fun.d_fat_o vexp_if.d_fat_o
.SUFFIXES
:
.d_ppc_o .d_fat_o
.SUFFIXES
:
.d_ppc_o .d_fat_o
MACOSXCFLAGS
=
-DMACOSX
-DPD
-O2
-Wall
-W
-Wshadow
-Wstrict-prototypes
\
MACOSXCFLAGS
=
-DMACOSX
-DPD
-O2
-Wall
-W
-Wshadow
-Wstrict-prototypes
\
-Wno-unused
-Wno-parentheses
-Wno-switch
-Wno-unused
-parameter
-Wno-parentheses
-Wno-switch
MACOSXINCLUDE
=
-I
../../src
MACOSXINCLUDE
=
-I
../../src
...
...
This diff is collapsed.
Click to expand it.
pd/extra/makefile.subdir
+
2
−
2
View file @
b0378e4c
...
@@ -38,7 +38,7 @@ pd_linux: $(NAME).pd_linux
...
@@ -38,7 +38,7 @@ pd_linux: $(NAME).pd_linux
LINUXCFLAGS
=
-DPD
-O2
-funroll-loops
-fomit-frame-pointer
-fPIC
\
LINUXCFLAGS
=
-DPD
-O2
-funroll-loops
-fomit-frame-pointer
-fPIC
\
-Wall
-W
-Wshadow
-Wstrict-prototypes
\
-Wall
-W
-Wshadow
-Wstrict-prototypes
\
-Wno-unused
-Wno-parentheses
-Wno-switch
$(
CFLAGS
)
-Wno-unused
-parameter
-Wno-parentheses
-Wno-switch
$(
CFLAGS
)
LINUXINCLUDE
=
-I
../../src
LINUXINCLUDE
=
-I
../../src
...
@@ -55,7 +55,7 @@ d_fat: $(NAME).d_fat
...
@@ -55,7 +55,7 @@ d_fat: $(NAME).d_fat
.SUFFIXES
:
.d_ppc .d_fat
.SUFFIXES
:
.d_ppc .d_fat
DARWINCFLAGS
=
-DPD
-O2
-Wall
-W
-Wshadow
-Wstrict-prototypes
\
DARWINCFLAGS
=
-DPD
-O2
-Wall
-W
-Wshadow
-Wstrict-prototypes
\
-Wno-unused
-Wno-parentheses
-Wno-switch
-Wno-unused
-parameter
-Wno-parentheses
-Wno-switch
.c.d_ppc
:
.c.d_ppc
:
$(
CC
)
$(
DARWINCFLAGS
)
$(
LINUXINCLUDE
)
-o
$*
.o
-c
$*
.c
$(
CC
)
$(
DARWINCFLAGS
)
$(
LINUXINCLUDE
)
-o
$*
.o
-c
$*
.c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment