]> git.stg.codes - stg.git/blobdiff - projects/stargazer/build
Replace -g3 with -ggdb3 (supported by gcc, clang and ekopath compilers)
[stg.git] / projects / stargazer / build
index caae0c3ab23a162df885d857ab55dad93c49ed62..041e51731664081bcf08195f0313107de6641b5b 100755 (executable)
@@ -68,7 +68,7 @@ else
     then
         DEFS="$DEFS -DDEBUG"
         MAKEOPTS="-j1"
-        CXXFLAGS="$CXXFLAGS -g3 -W -Wall"
+        CXXFLAGS="$CXXFLAGS -ggdb3 -W -Wall"
     else
         DEFS="$DEFS -DNDEBUG"
         MAKEOPTS="-j1"