Add compiler settings like C standard and warning level.

This commit is contained in:
2016-12-21 13:26:26 -08:00
parent 440120f1da
commit 5f58ae8a39
2 changed files with 3 additions and 1 deletions

View File

@@ -126,4 +126,4 @@ int ht_foreach(ht* ht, void* data, compare_func compare, foreach_func foreach, .
}
}
return return_code;
}
}