mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
Removed -Werror from CFLAGS
This commit is contained in:
parent
c2aa076fb2
commit
dcbd527799
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
CFLAGS = -Wall -Werror -O1 -g
|
||||
CFLAGS = -Wall -O1 -g
|
||||
|
||||
noinst_LIBRARIES = libac3.a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue