Changeset 157d094
- Timestamp:
- May 16, 2018, 11:51:25 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- e9a7e90b
- Parents:
- af9da5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/driver/cfa.cc
raf9da5f r157d094 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon May 14 07:52:50201813 // Update Count : 24 312 // Last Modified On : Mon May 14 14:16:33 2018 13 // Update Count : 244 14 14 // 15 15 … … 395 395 args[nargs] = "-Wno-deprecated"; 396 396 nargs += 1; 397 if ( ! std_flag ) { // default c 99, if none specified398 args[nargs] = "-std=gnu 99";397 if ( ! std_flag ) { // default c11, if none specified 398 args[nargs] = "-std=gnu11"; 399 399 nargs += 1; 400 400 } // if
Note: See TracChangeset
for help on using the changeset viewer.