8 lines
108 B
Text
8 lines
108 B
Text
|
|
rc_include rc/CC.rc
|
||
|
|
|
||
|
|
rc_appendln CPPFLAGS "-Wextra"
|
||
|
|
if rc_compile cc nolink; then
|
||
|
|
rc_save
|
||
|
|
else
|
||
|
|
rc_undo
|
||
|
|
fi
|