mirror of
https://github.com/curl/curl.git
synced 2026-04-17 11:01:47 +03:00
enable additional CFLAGS from commandline.
This commit is contained in:
parent
3940e69c91
commit
10074bfcc6
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ MKDIR = mkdir
|
|||
MPKXDC = mkxdc
|
||||
|
||||
# Global flags for all compilers
|
||||
CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc
|
||||
CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc
|
||||
|
||||
ifeq ($(CC),mwccnlm)
|
||||
LD = mwldnlm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue