Skip to content

Commit e7ef21b

Browse files
committed
Update main.hexa
1 parent 7a96107 commit e7ef21b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/main.hexa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ fun runTasks() {
314314
phase2.push(
315315
[
316316
clang + ' ',
317-
useCpp ? '-x c++ -std=c++2a': '-x c -std=gnu17',
318317
'-target ' + target + ' -fno-stack-protector',
318+
'-x c -std=gnu17',
319319
'-fshort-wchar -mno-red-zone -w',
320320
'-fomit-frame-pointer',
321321
'-fno-stack-check',

0 commit comments

Comments
 (0)