Skip to content

Commit 9225721

Browse files
committed
Removed unintended changes to Makefile
Signed-off-by: Ethan Rogers <[email protected]>
1 parent 20db4e4 commit 9225721

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ override CMAKE_PARAMS := -DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE) -G 'Unix Makefil
3333
#Are we doing a strict (i.e. warnings as errors) build?
3434
ifneq (,$(findstring strict,$(BUILD_TYPE)))
3535
#Configure for strict build with VPR warning treated as errors
36-
override CMAKE_PARAMS := -DVTR_ENABLE_STRICT_COMPILE=off ${CMAKE_PARAMS}
36+
override CMAKE_PARAMS := -DVTR_ENABLE_STRICT_COMPILE=on ${CMAKE_PARAMS}
3737
endif #Strict build type
3838

3939
# -s : Suppresss makefile output (e.g. entering/leaving directories)

vpr/src/route/rr_graph.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,6 @@ static void build_unidir_rr_opins(RRGraphBuilder& rr_graph_builder,
24942494
* This routine adds the edges from opins to channels at the specified
24952495
* grid location (i,j) and grid tile side
24962496
*/
2497-
24982497
*Fc_clipped = false;
24992498

25002499
auto type = grid[i][j].type;

0 commit comments

Comments
 (0)