Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 21 of 21) sorted by relevance

/openssl-master/Configurations/
A D10-main.conf188 CFLAGS => "-O",
627 CFLAGS => "-O3",
645 CFLAGS => "-O3",
1102 CFLAGS => "-O",
1111 CFLAGS => "-O",
1258 CFLAGS => "-O",
1518 CFLAGS => "-O",
1537 CFLAGS => "-O -Wall",
1712 CFLAGS => "-g",
1767 CFLAGS => "-O -G 0",
[all …]
A D50-haiku.conf5 CFLAGS => add_before(picker(default => "-Wall",
25 CFLAGS => add(picker(release => "-fomit-frame-pointer")),
A D50-djgpp.conf8 CFLAGS => "-fomit-frame-pointer -O2 -Wall",
A Dshared-info.pl37 @{$config{CFLAGS}}, @{$config{cflags}})
A D15-android.conf260 CFLAGS => add(picker(release => "-fomit-frame-pointer")),
A DREADME-design.md90 GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(CFLAGS)" "$(PLATFORM)"
168 GENERATE[crypto/buildinf.h]=util/mkbuildinf.pl "$(CC) $(CFLAGS)" "$(PLATFORM)"
291 "\$(CFLAGS)\"",
596 "$(CFLAGS)\"", "\"$(PLATFORM)\"" ],
A Dwindows-makefile.tmpl260 CFLAGS={- join(' ', @{$config{CFLAGS}}) -}
347 '$(CNF_CFLAGS)', '$(CFLAGS)') -}
376 '$(CNF_CFLAGS)', '$(CFLAGS)') -}
392 '$(CNF_CFLAGS)', '$(CFLAGS)') -}
A DREADME.md309 {ld} $(CFLAGS) {lflags} {shared_ldflag} -o libfoo.so \
313 {ld} $(CFLAGS) {lflags} {module_ldflags} -o libeng.so \
317 {ld} $(CFLAGS) {lflags} -o app \
418 GENERATE[foo.s]=asm/something.pl $(CFLAGS)
A Ddescrip.mms.tmpl128 $cnf_cflags, '$(CFLAGS)');
164 $cnf_cflags, '$(CFLAGS)');
199 $cnf_cflags, '$(CFLAGS)');
205 @cnf_cflags, '$(CFLAGS)');
368 CFLAGS={- join('', @{$config{CFLAGS}}) -}
A Dunix-Makefile.tmpl343 CFLAGS={- join(' ', @{$config{CFLAGS}}) -}
419 '$(CNF_CFLAGS)', '$(CFLAGS)') -}
448 '$(CNF_CFLAGS)', '$(CFLAGS)') -}
466 '$(CNF_CFLAGS)', '$(CFLAGS)') -}
/openssl-master/test/recipes/95-test_external_krb5_data/
A Dkrb5.sh12 CFLAGS="-I`pwd`/$BLDTOP/include -I`pwd`/$SRCTOP/include"
18 CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
/openssl-master/demos/pkey/
A DMakefile6 CFLAGS = -I../../include -g macro
13 $(CC) $(CFLAGS) -c $<
/openssl-master/demos/signature/
A DMakefile6 CFLAGS = -I../../include -g macro
13 $(CC) $(CFLAGS) -c $<
/openssl-master/demos/cipher/
A DMakefile11 CFLAGS = $(OPENSSL_INCS_LOCATION) macro
20 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
/openssl-master/demos/digest/
A DMakefile6 CFLAGS = -I../../include -g macro
13 $(CC) $(CFLAGS) -c $<
/openssl-master/demos/kdf/
A DMakefile6 CFLAGS = -I../../include -g macro
13 $(CC) $(CFLAGS) -c $<
/openssl-master/test/recipes/95-test_external_pyca_data/
A Dcryptography.sh51 CFLAGS="-I$O_BINC -I$O_SINC -L$O_LIB" pip install .
57 CFLAGS="-I$O_BINC -I$O_SINC -L$O_LIB" pytest -n auto tests --wycheproof-root=../wycheproof
/openssl-master/demos/bio/
A DMakefile16 CFLAGS = $(OPENSSL_INCS_LOCATION) macro
30 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
/openssl-master/
A DConfigure686 CFLAGS => [ env('CFLAGS') || () ],
716 CFLAGS => [],
915 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings';
1046 push @{$useradd{CFLAGS}}, $_;
1056 push @{$useradd{CFLAGS}}, $_;
1328 $target{CXXFLAGS}//=$target{CFLAGS} if $target{CXX};
1426 && !grep { $_ !~ /-m(ips|arch=)/ } (@{$config{CFLAGS}})) {
1451 if (!@{$config{CFLAGS}} && !@{$config{CPPDEFINES}}) {
1463 foreach (grep /^-fsanitize=/, @{$config{CFLAGS} || []}) {
1675 $config{CFLAGS} = [ map { $_ eq '--ossl-strict-warnings'
[all …]
A DNOTES-NONSTOP.md85 c99 options for compile (`CFLAGS`) and linkers (`LDFLAGS`).
A DINSTALL.md573 alternative, you can use the language specific variables, `CFLAGS` and `CXXFLAGS`.
1045 CFLAGS Flags for the C compiler.
1653 compiler optimization flags from the `CFLAGS` line in the Makefile and

Completed in 35 milliseconds