compiler issues, warnings, makefile spiffs
[goodguy/history.git] / cinelerra-5.1 / PKGBUILD
index 5f01f86cab0d71040d219fadb0d3e4b6f5a4d2be..adaa80472b8ecf803bfb5f274c446b1d914f247c 100644 (file)
@@ -24,8 +24,8 @@ build() {
   ./autogen.sh
   ./configure --prefix=/usr --with-exec-name=$pkgname
 CFG_VARS="\
-CFLAGS='-Wno-narrowing -O2 -ggdb -fno-omit-frame-pointer' \
-CXXFLAGS='-Wno-narrowing -O2 -ggdb -fno-omit-frame-pointer' \
+CFLAGS='-Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
+CXXFLAGS='-Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
 WERROR_CFLAGS='-fpermissive'" \
   make 2>&1 | tee log
 }