mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Add --c99 for C compiles
[SVN r18883]
This commit is contained in:
@@ -109,7 +109,7 @@ actions como-Cc-action
|
||||
$(COMO_BACKEND_LIB_SETUP)
|
||||
$(COMO_PATH_SETUP)
|
||||
$(COMO_BASE_SETUP)
|
||||
$(COMO_BIN_DIRECTORY)como -c -e5 --no_version --display_error_number --diag_suppress=9,21,161,748,940,962 -U$(UNDEFS) -D$(DEFINES) $(WARN) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<:D=)" "$(>)"
|
||||
$(COMO_BIN_DIRECTORY)como -c --c99 -e5 --no_version --display_error_number --diag_suppress=9,21,161,748,940,962 -U$(UNDEFS) -D$(DEFINES) $(WARN) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<:D=)" "$(>)"
|
||||
}
|
||||
|
||||
#### C++ ####
|
||||
|
||||
@@ -109,7 +109,7 @@ actions como-Cc-action
|
||||
$(COMO_BACKEND_LIB_SETUP)
|
||||
$(COMO_PATH_SETUP)
|
||||
$(COMO_BASE_SETUP)
|
||||
$(COMO_BIN_DIRECTORY)como -c -e5 --no_version --display_error_number --diag_suppress=9,21,161,748,940,962 -U$(UNDEFS) -D$(DEFINES) $(WARN) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<:D=)" "$(>)"
|
||||
$(COMO_BIN_DIRECTORY)como -c --c99 -e5 --no_version --display_error_number --diag_suppress=9,21,161,748,940,962 -U$(UNDEFS) -D$(DEFINES) $(WARN) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<:D=)" "$(>)"
|
||||
}
|
||||
|
||||
#### C++ ####
|
||||
|
||||
Reference in New Issue
Block a user