Changeset 1de945b
- Timestamp:
- 2018-03-19T15:39:57Z (7 years ago)
- Branches:
- master
- Children:
- ac3b8ff
- Parents:
- a81e6a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
ra81e6a0 r1de945b 335 335 336 336 echo "CC=$CC" >> Makefile.settings; 337 if echo $CC | grep -qw gcc; then337 if echo $CC | grep -qw 'gcc\|clang'; then 338 338 # Apparently -Wall is gcc-specific? 339 echo CFLAGS+=-Wall >> Makefile.settings339 echo CFLAGS+=-Wall -Wformat -Werror=format-security >> Makefile.settings 340 340 fi 341 341
Note: See TracChangeset
for help on using the changeset viewer.