]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/build
Replace -g3 with -ggdb3 (supported by gcc, clang and ekopath compilers)
[stg.git] / projects / rlm_stg / build
index f875736a2c78da476f37b6302e5bcb0e83ae9e87..6275bb17674692569ed6d1f7209ba2b795f6027f 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