Skip to content
Snippets Groups Projects
Commit 55271814 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Ah, an extra line!

parent eafc1d18
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@
- if [ $CLANG_VER -gt 42 ] ; then
- CCARGS="$CCARGS -fsanitize=safe-stack" ;
- fi ;
+ CLANG_VER="$($CC -dumpversion | sed -E 's/^([0-9]+)$/\1.0/' | sed -E 's/^([0-9]+)\.([0-9]).*$/\1\2/')" ;
+ #if [ $CLANG_VER -gt 42 ] ; then
+ # CCARGS="$CCARGS -fsanitize=safe-stack" ;
+ #fi ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment