mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Gcc can't link if given "-O".
gcc -O -I. -I.. -I../common -Wreturn-type -fenum-int-equiv -o guavad DisassembleMain.o -L../common -lcommon -lm -lstdc++ JavaClassFile.o: Undefined symbol `_construct__FPP13CJavaConstantRCP13CJavaConstant' referenced from text segment
This commit is contained in:
parent
66226f3dbf
commit
9c74ebda21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5701
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
-CFLAGS="-g -I. -I.. -I../common"
|
||||
+CFLAGS="-O -I. -I.. -I../common"
|
||||
+CFLAGS="-I. -I.. -I../common"
|
||||
cat >> confdefs.h <<EOF
|
||||
#define CFLAGS "$CFLAGS"
|
||||
EOF
|
||||
|
|
Loading…
Add table
Reference in a new issue