Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
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
董子豪
sgxwallet
Commits
da6901ab
Unverified
Commit
da6901ab
authored
Jan 08, 2021
by
Oleh Nikolaiev
Committed by
GitHub
Jan 08, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #258 from skalenetwork/hotfix/add-optimizations
add -O2 flag
parents
bf7a6f38
d62508e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.am
Makefile.am
+1
-1
build.sh
jsonrpc/build.sh
+1
-1
Makefile.am
secure_enclave/Makefile.am
+1
-1
No files found.
Makefile.am
View file @
da6901ab
...
@@ -45,7 +45,7 @@ secure_enclave.edl: secure_enclave/secure_enclave.edl
...
@@ -45,7 +45,7 @@ secure_enclave.edl: secure_enclave/secure_enclave.edl
#AM_CPPFLAGS += -g -Og
#AM_CPPFLAGS += -g -Og
AM_CFLAGS
=
-DUSER_SPACE
-
g
-Og
-rdynamic
-Wl
,--no-as-needed
-lSegFault
-DSGXWALLET_VERSION
=
"
$(WALLET_VERSION)
"
AM_CFLAGS
=
-DUSER_SPACE
-
O2
-rdynamic
-Wl
,--no-as-needed
-lSegFault
-DSGXWALLET_VERSION
=
"
$(WALLET_VERSION)
"
AM_CXXFLAGS
=
${
AM_CPPFLAGS
}
-rdynamic
-Wl
,--no-as-needed
-lSegFault
-DSGXWALLET_VERSION
=
"
$(WALLET_VERSION)
"
AM_CXXFLAGS
=
${
AM_CPPFLAGS
}
-rdynamic
-Wl
,--no-as-needed
-lSegFault
-DSGXWALLET_VERSION
=
"
$(WALLET_VERSION)
"
...
...
jsonrpc/build.sh
View file @
da6901ab
...
@@ -93,7 +93,7 @@ cd ..
...
@@ -93,7 +93,7 @@ cd ..
#tar -xzf ./pre_downloaded/libjson-rpc-cpp.tar.gz
#tar -xzf ./pre_downloaded/libjson-rpc-cpp.tar.gz
git clone https://github.com/skalenetwork/libjson-rpc-cpp.git
--recursive
git clone https://github.com/skalenetwork/libjson-rpc-cpp.git
--recursive
cd
libjson-rpc-cpp
cd
libjson-rpc-cpp
git checkout
develop
git checkout
hotfix/comment-ssl-certificates
git pull
git pull
rn
-rf
build
||
true
rn
-rf
build
||
true
mkdir
-p
build
mkdir
-p
build
...
...
secure_enclave/Makefile.am
View file @
da6901ab
...
@@ -62,7 +62,7 @@ ENCLAVE_KEY=test_insecure_private_key.pem #$(ENCLAVE)_private.pem
...
@@ -62,7 +62,7 @@ ENCLAVE_KEY=test_insecure_private_key.pem #$(ENCLAVE)_private.pem
## Additional Automake flags needed to build the enclave.
## Additional Automake flags needed to build the enclave.
AM_CPPFLAGS
+=
-Wall
-Wno-implicit-function-declaration
$(TGMP_CPPFLAGS)
-I
./third_party/SCIPR
-I
../third_party/SCIPR
-I
../sgx-sdk-build/sgxsdk/include/libcxx
AM_CPPFLAGS
+=
-O2
-Wall
-Wno-implicit-function-declaration
$(TGMP_CPPFLAGS)
-I
./third_party/SCIPR
-I
../third_party/SCIPR
-I
../sgx-sdk-build/sgxsdk/include/libcxx
AM_CXXFLAGS
+=
-fno-builtin
-fstack-protector-strong
AM_CXXFLAGS
+=
-fno-builtin
-fstack-protector-strong
...
...
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