Skip to content

Commit 0a83412

Browse files
committed
Remove debug flag and unused flag
1 parent a2e7459 commit 0a83412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ test "tcc - compile" {
205205
const tcc = try new();
206206
defer tcc.deinit();
207207

208-
tcc.set_options("-std=c11 -nostdlib -Wl,--export-all-symbols -g -O2");
208+
tcc.set_options("-std=c11 -nostdlib -Wl,--export-all-symbols");
209209
tcc.set_output_type(TCC_OUTPUT_MEMORY);
210210

211211
try tcc.compile_string(

0 commit comments

Comments
 (0)