diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-11-12 16:36:36 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-11-12 16:36:36 -0500 |
commit | 542aa8deda1ed0838ab9ae4c665eb0f0709a4644 (patch) | |
tree | 6fb71dbe99e5c0cfd2eb9de5be9bf166b5333809 /common.mk | |
parent | 9c86aafb38216f4289a55d6607ee589bf746f5fd (diff) | |
download | libnice-542aa8deda1ed0838ab9ae4c665eb0f0709a4644.tar.gz |
correctly pass -Wall and -Werror dependending on whether we are in a release or not
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ ERROR_CFLAGS = \ - -Wall \ - -Werror \ + $(NICE_CFLAGS) \ -Wextra \ -Wundef \ -Wnested-externs \ |