Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
7ef760d9
Commit
7ef760d9
authored
Jul 19, 2013
by
Hendrik Leppkes
Committed by
Martin Storsjö
Jul 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: generate full msvc debug symbols when linking in debug mode
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
4719040c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
configure
configure
+1
-0
No files found.
configure
View file @
7ef760d9
...
@@ -3958,6 +3958,7 @@ elif enabled pathscale; then
...
@@ -3958,6 +3958,7 @@ elif enabled pathscale; then
elif
enabled_any msvc icl
;
then
elif
enabled_any msvc icl
;
then
enabled x86_32
&&
disable aligned_stack
enabled x86_32
&&
disable aligned_stack
enabled_all x86_32 debug
&&
add_cflags
-Oy-
enabled_all x86_32 debug
&&
add_cflags
-Oy-
enabled debug
&&
add_ldflags
-debug
if
enabled icl
;
then
if
enabled icl
;
then
# basically -fstrict-aliasing that does not work (correctly) on icl 13.x
# basically -fstrict-aliasing that does not work (correctly) on icl 13.x
check_cpp_condition
"windows.h"
"__ICL < 1300"
&&
add_cflags
-Qansi-alias
check_cpp_condition
"windows.h"
"__ICL < 1300"
&&
add_cflags
-Qansi-alias
...
...
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