Skip to content

Commit 58212a5

Browse files
Disable IPA build in MakeFile
We want to build this only at foedag and foedag_rs for code. This feature is not available on Raptor so better to leave it disabled until VPR has the relevant updates. verilog-to-routing/vtr-verilog-to-routing#2483
1 parent 92f86eb commit 58212a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ADDITIONAL_CMAKE_OPTIONS ?=
2424
# make MONACO_EDITOR=0 enables the QScintilla based Editor in place of the WebEngine based Monaco Editor
2525
MONACO_EDITOR ?= 1
2626

27-
IPA ?= 1
27+
IPA ?= 0
2828

2929
# If 'on', then the progress messages are printed. If 'off', makes it easier
3030
# to detect actual warnings and errors in the build output.

0 commit comments

Comments
 (0)