Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Add proper cflags for building via gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
skabbes committed Aug 19, 2014
1 parent 4d4c8e6 commit ee538b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ missing
test-driver
test-suite.log

# gyp android artifacts
gumbo_parser.target.mk

# `make dist` artifacts
/gumbo-[0-9].[0-9].tar.gz
/gumbo-[0-9].[0-9]/
Expand Down
1 change: 1 addition & 0 deletions gumbo_parser.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{
'target_name': 'gumbo_parser',
'type': 'static_library',
'cflags': ['-std=c99', '-Wall'],
'sources': [
'src/attribute.c',
'src/attribute.h',
Expand Down

0 comments on commit ee538b5

Please sign in to comment.