This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eGLock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft:nif编译选项优化
master
SisMaker
4 months ago
parent
f2f563072a
commit
631db1700a
3 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
c_src/eNifLock/rebar.config
BIN
priv/eNifLock.dll
BIN
priv/eNifLock.exp
+ 4
- 0
c_src/eNifLock/rebar.config
View File
@ -2,6 +2,10 @@
{"../../priv/eNifLock.so", ["*.cc"]}
{"../../priv/eNifLock.so", ["*.cc"]}
]}.
]}.
{port_env, [
{".*", "CXXFLAGS", "$CXXFLAGS -static -O3 -DNDEBUG -std=c++11"},
{".*", "LDFLAGS", "$LDFLAGS -static"}
]}.
BIN
priv/eNifLock.dll
View File
BIN
priv/eNifLock.exp
View File
Write
Preview
Loading…
Cancel
Save