Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
40846586
Commit
40846586
authored
7 years ago
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default bsd make compilation does not include use preprocessor flags
parent
0f5dd34d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/tests-c-compiler/check-assembly.sh
tests/tests-c-compiler/check-assembly.sh
+2
-2
No files found.
tests/tests-c-compiler/check-assembly.sh
View file @
40846586
...
...
@@ -67,7 +67,7 @@ ${AUTOGENERATED}
COMMON_FLAGS= -I.
CFLAGS =
\$
{COMMON_FLAGS}
${
CFLAGS
:-}
-g -O0
C
PPFLAGS
= -DSRCDIR=../
${
srcdir
}
${
CODECS_FLAGS
}
C
FLAGS +
= -DSRCDIR=../
${
srcdir
}
${
CODECS_FLAGS
}
CXXFLAGS =
\$
{COMMON_FLAGS}
${
CXXFLAGS
}
LDFLAGS =
${
LDFLAGS
:-}
...
...
@@ -78,7 +78,7 @@ all: compiled-module
check-executable:
\$
(OBJS)
@rm -f *.core
\$
(CC)
\$
(C
PPFLAGS)
\$
(C
FLAGS)
\$
(LDFLAGS) -o check-executable
\$
(OBJS) -lm
\$
(CC)
\$
(CFLAGS)
\$
(LDFLAGS) -o check-executable
\$
(OBJS) -lm
# Compile the corresponding .asn1 spec.
compiled-module:
${
asn_module
}
${
abs_top_builddir
}
/asn1c/asn1c
...
...
This diff is collapsed.
Click to expand it.
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