aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/EthCompilerSettings.cmake
diff options
context:
space:
mode:
authorCryptomental <cryptomental.com@gmail.com>2018-07-10 15:18:59 +0800
committerCryptomental <cryptomental.com@gmail.com>2018-07-11 06:26:23 +0800
commit140dbfdbd8f4319d1d02339feea0a8636a3738e5 (patch)
tree7ab4a06da70cde7c253a1a0c82ccc085bf76efd5 /cmake/EthCompilerSettings.cmake
parent4116704442aff035acb5b707c6b211ac1f5524fe (diff)
downloaddexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.tar
dexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.tar.gz
dexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.tar.bz2
dexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.tar.lz
dexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.tar.xz
dexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.tar.zst
dexon-solidity-140dbfdbd8f4319d1d02339feea0a8636a3738e5.zip
Code, Changelog, ReleaseChecklist: Fix typos.
Refs: #4442
Diffstat (limited to 'cmake/EthCompilerSettings.cmake')
-rw-r--r--cmake/EthCompilerSettings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/EthCompilerSettings.cmake b/cmake/EthCompilerSettings.cmake
index 3ae5bf2a..468a8593 100644
--- a/cmake/EthCompilerSettings.cmake
+++ b/cmake/EthCompilerSettings.cmake
@@ -90,7 +90,7 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA
if (EMSCRIPTEN)
# Do not emit a separate memory initialiser file
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --memory-init-file 0")
- # Leave only exported symbols as public and agressively remove others
+ # Leave only exported symbols as public and aggressively remove others
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fdata-sections -ffunction-sections -Wl,--gc-sections -fvisibility=hidden")
# Optimisation level
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")