]> git.stg.codes - stg.git/blobdiff - projects/sgauth/build
Replace -g3 with -ggdb3 (supported by gcc, clang and ekopath compilers)
[stg.git] / projects / sgauth / build
index 75b4fb685f11daf559178626e13a7e0dab977dc2..ec143e53ddef8f6cc591ee54975934ef19222caf 100755 (executable)
@@ -24,7 +24,7 @@ else
     then
         DEFS="-DDEBUG"
         MAKEOPTS="-j1"
-        CXXFLAGS="$CXXFLAGS -g3 -W -Wall"
+        CXXFLAGS="$CXXFLAGS -ggdb3 -W -Wall"
     else
         MAKEOPTS="-j1"
     fi