Skip to content

Commit

Permalink
build: remove cflags.sh build step
Browse files Browse the repository at this point in the history
PR-URL: #72
  • Loading branch information
addaleax committed Dec 31, 2019
1 parent b6b522b commit 4ba35b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[ 'OS!="win"' , {
"include_dirs" : [ "<(module_root_dir)/build/liblzma/build/include" ],
"libraries" : [ "<(module_root_dir)/build/liblzma/build/lib/liblzma.a" ],
"cflags": ['<!@(sh ./cflags.sh)']
"cflags": ['-O3 -std=c++11']
}, {
"include_dirs" : [ "<(module_root_dir)\\deps\\include" ],
"link_settings": {
Expand Down
16 changes: 0 additions & 16 deletions cflags.sh

This file was deleted.

0 comments on commit 4ba35b3

Please sign in to comment.