Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
20f6f115
Commit
20f6f115
authored
Jun 23, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Invalid source encoding warning no longer needs to be suppressed
parent
f09cf590
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tmake.conf
tmake/lib/macosx-c++/tmake.conf
+1
-1
tmake.conf
tmake/lib/macosx-uni-c++/tmake.conf
+1
-1
No files found.
tmake/lib/macosx-c++/tmake.conf
View file @
20f6f115
...
...
@@ -9,7 +9,7 @@ CONFIG = qt warn_on release
TMAKE_CC
=
cc
TMAKE_CFLAGS
= -
pipe
TMAKE_CFLAGS_WARN_ON
= -
Wall
-
W
-
Wno
-
deprecated
-
declarations
-
Wno
-
invalid
-
source
-
encoding
TMAKE_CFLAGS_WARN_ON
= -
Wall
-
W
-
Wno
-
deprecated
-
declarations
TMAKE_CFLAGS_WARN_OFF
=
TMAKE_CFLAGS_RELEASE
= -
O2
TMAKE_CFLAGS_DEBUG
= -
g
-
fstack
-
protector
...
...
tmake/lib/macosx-uni-c++/tmake.conf
View file @
20f6f115
...
...
@@ -9,7 +9,7 @@ CONFIG = qt warn_on release
TMAKE_CC
=
cc
TMAKE_CFLAGS
= -
pipe
-
arch
i386
-
arch
ppc
TMAKE_CFLAGS_WARN_ON
= -
Wall
-
W
-
Wno
-
deprecated
-
declarations
-
Wno
-
invalid
-
source
-
encoding
TMAKE_CFLAGS_WARN_ON
= -
Wall
-
W
-
Wno
-
deprecated
-
declarations
TMAKE_CFLAGS_WARN_OFF
=
TMAKE_CFLAGS_RELEASE
= -
O2
TMAKE_CFLAGS_DEBUG
= -
g
...
...
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