mirror of
https://github.com/verilator/verilator.git
synced 2025-01-03 21:27:35 +00:00
Speedup compiler flags for Ubuntu 19.10.
This commit is contained in:
parent
1e4f471049
commit
31a6a968cc
@ -279,6 +279,8 @@ AS_IF([test "x$TRAVIS_COMPILER" != xclang], [_MY_CXX_CHECK_OPT(CFG_CXXFLAGS_NO_U
|
||||
CFG_CXX_FLAGS_CMAKE="-faligned-new"
|
||||
m4_foreach([cflag],[
|
||||
[-fbracket-depth=4096],
|
||||
[-fcf-protection=none],
|
||||
[-mno-cet],
|
||||
[-Qunused-arguments],
|
||||
[-Wno-bool-operation],
|
||||
[-Wno-parentheses-equality],
|
||||
|
Loading…
Reference in New Issue
Block a user