Skip to content

Commit 3afbc55

Browse files
committedFeb 16, 2017
Fixed debug spam in build being enabled by default
1 parent a3df21b commit 3afbc55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎tests/greenpak4/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ function(add_greenpak4_bitstream name part)
7777
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${name}.txt"
7878
COMMAND gp4par "--stdout-only"
7979
--usercode 41
80-
# --quiet
81-
--debug
80+
--quiet
8281
--part ${part}
8382
${pcfargs1}
8483
${pcfargs2}

0 commit comments

Comments
 (0)
Please sign in to comment.