mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
quote prefix map
This commit is contained in:
parent
bd80b9e566
commit
73b7381e5a
@ -47,7 +47,7 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA
|
||||
-Wpessimizing-move
|
||||
-Wredundant-move
|
||||
# Prevent the path of the source directory from ending up in the binary via __FILE__ macros.
|
||||
-fmacro-prefix-map=${CMAKE_SOURCE_DIR}=/solidity
|
||||
-fmacro-prefix-map="${CMAKE_SOURCE_DIR}=/solidity"
|
||||
)
|
||||
|
||||
# Configuration-specific compiler settings.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user