cmake again
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
20455b5c6b
commit
9a58c034e2
|
|
@ -506,7 +506,7 @@ target_include_directories(OpenSTA
|
||||||
)
|
)
|
||||||
|
|
||||||
# common to gcc/clang
|
# common to gcc/clang
|
||||||
set(CXX_FLAGS -Wall -Wextra -pedantic -Wcast-qual -Wredundant-decls -Wformat-security -Wp)
|
set(CXX_FLAGS -Wall -Wextra -pedantic -Wcast-qual -Wredundant-decls -Wformat-security)
|
||||||
|
|
||||||
target_compile_options(OpenSTA
|
target_compile_options(OpenSTA
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue