Skip to content

Commit

Permalink
symplify flags to mininum
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Oct 24, 2023
1 parent 99dc520 commit 2fbf4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ endif()
# In cmake it is imposible to read the output of yosys-config and populate variables at cmake configuration time as yosys is built in this cmake
# The initial content of YOSYS_CONFIG_FLAGS is a bootstrap that enables to build the synlig local code (frontends/systemverilog), not yosys itself.
#
set(YOSYS_CONFIG_FLAGS "-MD -MP -D_YOSYS_ -fPIC -Os")
set(YOSYS_CONFIG_FLAGS "-D_YOSYS_")

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${YOSYS_CONFIG_FLAGS} -Wno-unused-parameter -std=c++17")

Expand Down

0 comments on commit 2fbf4a9

Please sign in to comment.