ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Procedure to compile wireshark dissector on linux

From: Tony Trinh <tony19@xxxxxxxxx>
Date: Mon, 11 Jul 2011 22:05:04 -0400
I like the CMake build better (easier to use and 'pretty') except for the verbose output, which is masochistically enabled by default. There's a comment that suggests the verboseness was meant to be temporary:

# Disable this later. Alternative: "make VERBOSE=1"
set(CMAKE_VERBOSE_MAKEFILE ON)

Can we change the default to OFF? (especially since there's a command-line to turn it on but not off).